Problem connecting to web-interface docker

I just installed GVS using the docker containers. Everything worked fine, I could access GVM via local ip with the browser. But I cant reach it remote. I tried modifinig the docker-compose.yml file like this:
< - 0.0.0.0:9392:80

  - 127.0.0.1:9392:80

135,138d134
< networks:
< - macvlan_network
< - default
<
185,196d180
<
<
<
< networks:
< macvlan_network:
< driver: macvlan
< driver_opts:
< parent: wlan0 # Replace with your host’s network interface
< ipam:
< config:
< - subnet: 192.168.178.0/24
< gateway: 192.168.178.1

But I still cant connect to the web-interface …

Hi,

could you please format your post according to Start Here - #3 by bricks? This is unreadable for me at the moment.

1 Like