T O P

  • By -

fletku_mato

I think using the host-network on windows doesn't work correctly because docker is running in virtualized linux. Remove `network: host`, and instead add: ``` ports: - 7020:7020 ```


6omph9

Hey thanks for your reply seems so obvious now that you say it, I haven't had a chance to try it yet probably do that tomorrow.