fix container ownership for shared mounts

This commit is contained in:
Deckard
2025-10-12 23:51:16 -04:00
parent 7d9fbc29fd
commit a4dacf89e0
3 changed files with 7 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ services:
ac-db-import:
image: ${AC_DB_IMPORT_IMAGE}
container_name: ${CONTAINER_DB_IMPORT}
user: "0:0"
user: "${CONTAINER_USER}"
depends_on:
ac-mysql:
condition: service_healthy