docker-iot-stack icon indicating copy to clipboard operation
docker-iot-stack copied to clipboard

Wireguard an Firefox local Web-Gui

Open dancekid opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe

Hello Pedro,

how to publish the firefox web-gui port to my local network ?

papi-wg: image: linuxserver/wireguard container_name: papi-wireguard cap_add: - NET_ADMIN - SYS_MODULE environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin ports: - 5801:5800 volumes: - /test/papi-wg:/config - /lib/modules:/lib/modules:ro networks: - papi-wgnet sysctls: - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped

papi-firefox: depends_on: - papi-wg image: jlesage/firefox container_name: papi-firefox environment: - TZ=Europe/Berlin volumes: - /test/papi-firefox:/config shm_size: '1gb' network_mode: service:papi-wg restart: unless-stopped

networks: papi-wgnet: driver: bridge

Describe the solution you'd like

Firefox Web GUI reachable from local network

Describe alternatives you've considered

No response

Additional information

No response

dancekid avatar Dec 09 '22 22:12 dancekid