removed environment variables specifying proper user
This commit is contained in:
@@ -507,8 +507,8 @@ services:
|
||||
env_file:
|
||||
- ${HOME}/.aria.env
|
||||
environment:
|
||||
PUID: $(id -u)
|
||||
PGID: $(whoami | id -g)
|
||||
# PUID: $(id -u)
|
||||
# PGID: $(whoami | id -g)
|
||||
UMASK_SET: 022
|
||||
RPC_PORT: ${ARIA_RPC_LISTEN_PORT:-6800}
|
||||
RPC_SECRET_FILE: /run/secrets/aria.token
|
||||
|
||||
Reference in New Issue
Block a user