Add missing depends_on section

This commit is contained in:
Kévin Dunglas 2018-10-26 14:00:12 +02:00
parent bfab752c5d
commit 66ff768285
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -37,6 +37,8 @@ services:
build: build:
context: . context: .
target: symfony_docker_h2-proxy target: symfony_docker_h2-proxy
depends_on:
- nginx
volumes: volumes:
- ./docker/h2-proxy/default.conf:/etc/nginx/conf.d/default.conf:ro - ./docker/h2-proxy/default.conf:/etc/nginx/conf.d/default.conf:ro
ports: ports: