From 449a4fb4a2c428252a990ffe385e4b2109ec9f43 Mon Sep 17 00:00:00 2001 From: Emran Billah Date: Wed, 28 Aug 2024 12:07:33 -0300 Subject: [PATCH] Testing gateway --- docker-compose-run-single.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docker-compose-run-single.yml b/docker-compose-run-single.yml index 0bf8e7b..2a71af1 100644 --- a/docker-compose-run-single.yml +++ b/docker-compose-run-single.yml @@ -68,14 +68,14 @@ services: container_name: xbnet_node privileged: true env_file: .env - networks: - xbee_net: - ipv4_address: ${XBEE_NET_SRC_IP} # Ensure this IP belongs to the xbee_net subnet +# networks: +# xbee_net: +# ipv4_address: ${XBEE_NET_SRC_IP} # Ensure this IP belongs to the xbee_net subnet -networks: - xbee_net: - driver: bridge - ipam: - config: - - subnet: ${BASE_SUBNET}.0/24 # Match the network's subnet - gateway: ${DEFAULT_GATEWAY} # Gateway for central router \ No newline at end of file +# networks: +# xbee_net: +# driver: bridge +# ipam: +# config: +# - subnet: ${BASE_SUBNET}.0/24 # Match the network's subnet +# gateway: ${DEFAULT_GATEWAY} # Gateway for central router \ No newline at end of file