-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request