docker-compose.yml: fix server depends_on

This commit is contained in:
vchikalkin 2023-10-24 12:12:59 +03:00
parent 2f1dc2030c
commit 2932db30eb

View File

@ -48,8 +48,8 @@ services:
- ./config/include:/etc/nginx/include
restart: always
depends_on:
- web
- api
- auth_web
- auth_api
- redis
networks:
- auth_network