Allow access to attached container's web ui

This commit is contained in:
jmiller148
2020-10-21 12:15:39 -05:00
parent 9052cb72cd
commit c40849e510
4 changed files with 20 additions and 3 deletions

View File

@@ -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