panagenda ConnectionsExpert uses the following Docker networks per default:
Bridge
- IP segment: 172.17.0.1/16
panagenda Network
- IP segment: 172.18.0.1/16
Customization
To change the default settings, please create a "/opt/panagenda/appdata/ce/config" file with the following content (adapt the IP segments required):
# defines the default Docker bridge ip segment PANAGENDA_DOCKER_BRIDGE=172.30.0.1/16 # defines the panagenda Docker network ip segment PANAGENDA_COMPOSE_NETWORK_SUBNET=172.31.0.1/16
Afterwards execute the following command:
ce customize
Please note: If you adapt the IP segments in the DEFAULT /opt/panagenda/appdata/ce/config.default file, your customization will be overwritten with any ConnectionsExpert upgrade.