Merge pull request #9 from dunglas/fix-first-start
Wait for the PHP container to start Nginx
This commit is contained in:
commit
ce2ed96360
@ -17,6 +17,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile.nginx
|
||||
depends_on:
|
||||
- app
|
||||
volumes:
|
||||
# Comment out the next line in production
|
||||
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user