diff --git a/heimdall/docker-compose.yaml b/heimdall/docker-compose.yaml index 0e6e87a..29ffd84 100755 --- a/heimdall/docker-compose.yaml +++ b/heimdall/docker-compose.yaml @@ -9,7 +9,7 @@ services: volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - - /media/USB1/docker/heimdall/config:/config + - ${STORAGE_BASE_PATH}/config:/config environment: - PGID=1000 - PUID=1000