Skip to content

Commit 23be07d

Browse files
committed
update image tag version
1 parent d31d44a commit 23be07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
volumes:
66
- ./tmp/db:/var/lib/postgresql/data
77
web:
8-
image: diveintohacking/docker-compose-rails-6:0.0.3
8+
image: diveintohacking/docker-compose-rails-6:0.0.4
99
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
1010
volumes:
1111
- .:/app

0 commit comments

Comments
 (0)