We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31d44a commit 23be07dCopy full SHA for 23be07d
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
volumes:
6
- ./tmp/db:/var/lib/postgresql/data
7
web:
8
- image: diveintohacking/docker-compose-rails-6:0.0.3
+ image: diveintohacking/docker-compose-rails-6:0.0.4
9
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
10
11
- .:/app
0 commit comments