chore(compose): nginx remove depends_on
This commit is contained in:
parent
85f0a6b2cd
commit
40804f29e4
|
|
@ -210,10 +210,6 @@ services:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
depends_on:
|
|
||||||
- frontend
|
|
||||||
- controller
|
|
||||||
- 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