docker-compose.yml: fix server depends_on
This commit is contained in:
parent
2f1dc2030c
commit
2932db30eb
@ -48,8 +48,8 @@ services:
|
||||
- ./config/include:/etc/nginx/include
|
||||
restart: always
|
||||
depends_on:
|
||||
- web
|
||||
- api
|
||||
- auth_web
|
||||
- auth_api
|
||||
- redis
|
||||
networks:
|
||||
- auth_network
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user