- Use now rx3-docker/server:1.2.3-mga9 image,
- Enable DNS forwarding to prevent DNS leak! - Remove myip installation already installed on server image.
This commit is contained in:
@@ -30,6 +30,11 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
SERVER_CROND_ENABLED: ${SERVER_CROND_ENABLED}
|
||||
SERVER_DNS_ENABLED: ${SERVER_DNS_ENABLED}
|
||||
SERVER_DNS_DEFAULT: ${SERVER_DNS_DEFAULT}
|
||||
SERVER_DNS_MAP: ${SERVER_DNS_MAP}
|
||||
SERVER_DNS_SEARCH: ${SERVER_DNS_SEARCH}
|
||||
DELUGE_UID: ${P2P_USER_ID}
|
||||
DELUGE_GID: ${P2P_GROUP_ID}
|
||||
DELUGE_PORT_BT_LOW: ${P2P_PORT_BT_LOW}
|
||||
|
||||
Reference in New Issue
Block a user