removed environment variables specifying proper user

This commit is contained in:
Alex Tavarez
2026-08-09 09:46:15 -04:00
parent 06a9d66115
commit 53f19fbead
+2 -2
View File
@@ -507,8 +507,8 @@ services:
env_file: env_file:
- ${HOME}/.aria.env - ${HOME}/.aria.env
environment: environment:
PUID: $(id -u) # PUID: $(id -u)
PGID: $(whoami | id -g) # PGID: $(whoami | id -g)
UMASK_SET: 022 UMASK_SET: 022
RPC_PORT: ${ARIA_RPC_LISTEN_PORT:-6800} RPC_PORT: ${ARIA_RPC_LISTEN_PORT:-6800}
RPC_SECRET_FILE: /run/secrets/aria.token RPC_SECRET_FILE: /run/secrets/aria.token