removed environment variables specifying proper user
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user