removed all environment variables so reliant only on configuration file

This commit is contained in:
Alex Tavarez
2026-08-10 12:50:45 -04:00
parent 60d168476c
commit ff22da230c
+5 -5
View File
@@ -509,12 +509,12 @@ 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
LISTEN_PORT: ${ARIA_TRNT_LISTEN_PORT:-6940} # LISTEN_PORT: ${ARIA_TRNT_LISTEN_PORT:-6940}
labels: labels:
glance.name: Aria2 glance.name: Aria2
glance.id: aria glance.id: aria