Support host UID/GID for Docker runtime

This commit is contained in:
Dymas
2026-05-17 14:24:17 +02:00
parent 2734343904
commit 8ea43f1593
7 changed files with 64 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@ services:
- "${ANI_CLI_WEB_PORT:-8421}:8421"
environment:
UPDATE_ON_START: ${UPDATE_ON_START:-false}
USER_UID: ${USER_UID:-}
USER_GID: ${USER_GID:-}
ANI_CLI_WEB_HOST: 0.0.0.0
ANI_CLI_WEB_PORT: ${ANI_CLI_WEB_PORT:-8421}
ANI_CLI_WEB_ALLOW_REMOTE: ${ANI_CLI_WEB_ALLOW_REMOTE:-false}