From c99c55510cdabed2ce8888bc8a65d61bd5ed0d88 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:32:15 +0100 Subject: [PATCH] chore: Update docker-compose.yml --- examples/casdoor/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/casdoor/docker-compose.yml b/examples/casdoor/docker-compose.yml index 6c5bd0c..16cbfeb 100644 --- a/examples/casdoor/docker-compose.yml +++ b/examples/casdoor/docker-compose.yml @@ -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