[SOLVED] How can I get WinBoat to use Docker's default network bridge "docker0" #459
-
|
I am trying to run WinBoat on an ArchLinux system with nftables and iptables-nft installed. Docker containers other than WinBoat use the 172.17.0.0/16 subnet and all have network connectivity. WinBoat is using the 172.30.0.0/16 subnet and has no network connectivity. I had to add firewall rules to my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
For anyone with this issue, I was able to get connectivity by It still shows the IP address as 172.30.0.2 and the default gateway at 172.30.0.1, but I do have internet connectivity without any additional modifications to my |
Beta Was this translation helpful? Give feedback.
For anyone with this issue, I was able to get connectivity by
network_mode: bridgeto theWindowsservice indocker-compose.ymljust above theports:line: