- Fix Docker masquerading,

- Disable by default docker_tools network setup.
This commit is contained in:
Arnaud G. GIBERT 2025-07-03 20:35:30 +02:00
parent c903a8463d
commit 97e1a607d5
3 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,12 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Deluge V 1.2.2 - A. GIBERT - 2025/07/03
------------------------------------------------------------------------------------------------------------------------------------
- Fix Docker masquerading,
- Disable by default docker_tools network setup.
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Deluge V 1.2.1 - A. GIBERT - 2025/06/26
------------------------------------------------------------------------------------------------------------------------------------

View File

@ -75,6 +75,7 @@ networks:
driver: bridge
driver_opts:
com.docker.network.bridge.name: ${NETWORK_IF_NAME}
com.docker.network.bridge.enable_ip_masquerade: "false"
ipam:
config:
- subnet: ${NETWORK_SUBNET}

View File

@ -21,7 +21,7 @@ APPL_NAME="deluge"
APPL_NAME_FULL="Deluge"
APPL_NAME_SHORT="deluge"
APPL_ORG="rx3"
APPL_VERSION="1.2.1"
APPL_VERSION="1.2.2"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
@ -32,7 +32,7 @@ APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
# User Settings
#-------------------------------------------------------------------------------
APPL_ENV="2"
APPL_ENV="64"
APPL_NAME_SHORT="vir"
@ -102,7 +102,7 @@ P2P_PORT_BT_HIGH=3415
P2P_WEB_PREFIX="/"
NETWORK_SUBNET=10.10.33.8/30
NETWORK_ADDRESS=10.10.33.9
NETWORK_GATEWAY=10.10.33.10
NETWORK_TABLE=4
NETWORK_SUBNET=10.10.33.0/30
NETWORK_ADDRESS=10.10.33.1
NETWORK_GATEWAY=10.10.33.2
#NETWORK_TABLE=4