- 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:
2025-05-28 20:09:10 +02:00
parent c353ecec79
commit 9b60671ac8
5 changed files with 27 additions and 5 deletions

View File

@@ -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}