Wait for the PHP container to start Nginx

This commit is contained in:
Kévin Dunglas 2017-10-19 22:22:03 +02:00
parent f4ee1f18b9
commit 6ac9cd8564
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -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