chore: Update docker-compose.yml

This commit is contained in:
LRVT
2026-03-11 14:32:15 +01:00
committed by GitHub
parent 3ffcaff70b
commit c99c55510c

View File

@@ -14,7 +14,7 @@ services:
- GIN_MODE=release
- RUNNING_IN_DOCKER=true
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/casdoor/conf:/conf # config file must be created manually with postgres connection
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/casdoor/conf:/conf # config file `app.conf` must be created manually with postgres connection
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/casdoor/logs:/logs
#networks:
# - proxy