Commit 57483eed authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): cacofonix new docker version complains about wrong CICDR subnet definition

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 8931e133
......@@ -389,7 +389,7 @@ networks:
name: rfsim5g-oai-e1-net
ipam:
config:
- subnet: 192.168.77.1/28
- subnet: 192.168.77.0/28
driver_opts:
com.docker.network.bridge.name: "rfsim5g-e1"
ue_net:
......@@ -397,6 +397,6 @@ networks:
name: rfsim5g-oai-ue-net
ipam:
config:
- subnet: 192.168.78.1/28
- subnet: 192.168.78.0/28
driver_opts:
com.docker.network.bridge.name: "rfsim5g-ue"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment