mirror of https://github.com/docker/docs.git
Merge branch 'leymannx-patch-2'
This commit is contained in:
commit
b5880af23c
|
|
@ -51,7 +51,7 @@ to link them together and expose the web app's port.
|
|||
- ./tmp/db:/var/lib/postgresql/data
|
||||
web:
|
||||
build: .
|
||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
|
||||
volumes:
|
||||
- .:/myapp
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in New Issue