fix(compose): add ngnix depends_on
This commit is contained in:
parent
9e63c12ddb
commit
ba2c2f6318
|
|
@ -210,10 +210,10 @@ services:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - frontend
|
- frontend
|
||||||
# - controller
|
- controller
|
||||||
# - socketio
|
- socketio
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user