chore(compose): nginx remove depends_on
This commit is contained in:
parent
85f0a6b2cd
commit
40804f29e4
|
|
@ -210,10 +210,6 @@ services:
|
|||
container_name: nginx
|
||||
ports:
|
||||
- 80:80
|
||||
depends_on:
|
||||
- frontend
|
||||
- controller
|
||||
- socketio
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
extra_hosts:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user