mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
edit README
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
b835e6b196
commit
c901442c65
4 changed files with 35 additions and 33 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
web:
|
||||
build: .
|
||||
command: bash -c "rm -f tmp/pids/server.pid && sleep 100000"
|
||||
command: bash -c "rm -f tmp/pids/server.pid && yarn install --check-files && rake db:create db:migrate && bundle exec rails s -b 0.0.0.0"
|
||||
volumes:
|
||||
- ./web:/myapp
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue