Loading readme.md +2 −2 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti ``` Modify these values to match your local subnet. Next change the containers network in your compose file: Next change the containers configuration in your compose file: ``` networks: Loading @@ -138,7 +138,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti ipv4_address: 192.168.0.100 ``` And add the same network to the very bottom of your compose file: And add the network to the very bottom of your compose file: ``` networks: Loading Loading
readme.md +2 −2 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti ``` Modify these values to match your local subnet. Next change the containers network in your compose file: Next change the containers configuration in your compose file: ``` networks: Loading @@ -138,7 +138,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti ipv4_address: 192.168.0.100 ``` And add the same network to the very bottom of your compose file: And add the network to the very bottom of your compose file: ``` networks: Loading