AURCache Stack: fix missing path for build cache volume
This commit is contained in:
parent
15ce59fbe1
commit
d3b7b8845e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue