docker-compose.yml: fix mongo volume path

This commit is contained in:
vchikalkin 2023-11-01 00:21:15 +03:00
parent bc82c05afd
commit 9c76654406

View File

@ -42,7 +42,7 @@ services:
- auth_network
restart: always
volumes:
- /opt/docker-volumes/external-dev:/data/db
- /opt/docker-volumes/auth_dev:/data/db
server:
extends: