AURCache Stack: fix missing path for build cache volume

This commit is contained in:
Aroy-Art 2025-03-06 18:54:57 +01:00
parent 15ce59fbe1
commit d3b7b8845e
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -6,7 +6,7 @@ services:
- "${WEBUI_PORT:-8081}:8081" # Frontend
volumes:
- ${REPO_PATH:-./repo}:/app/repo
- ${BUILD_CACHE_PATH:}
- ${BUILD_CACHE_PATH:-./build_cache}:/app/builds
privileged: true
environment:
- DB_TYPE=POSTGRESQL