mirror of
https://github.com/ilteoood/docker-surfshark.git
synced 2025-12-21 13:23:02 +01:00
Allow access to attached container's web ui
This commit is contained in:
@@ -10,6 +10,9 @@ services:
|
||||
- SURFSHARK_COUNTRY=it
|
||||
- SURFSHARK_CITY=mil
|
||||
- CONNECTION_TYPE=udp
|
||||
- LAN_NETWORK=192.168.0.0/24 #Optional - Used to access attached containers web ui
|
||||
ports:
|
||||
- 1880:1880 #Optional - Used to access attached containers web ui
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
@@ -24,4 +27,5 @@ services:
|
||||
depends_on:
|
||||
- surfshark
|
||||
network_mode: service:surfshark
|
||||
restart: always
|
||||
restart: always
|
||||
|
||||
|
||||
Reference in New Issue
Block a user