Add missing depends_on section
This commit is contained in:
parent
bfab752c5d
commit
66ff768285
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user