mirror of
https://github.com/BillyOutlast/Drop-Shielded.git
synced 2026-02-04 03:01:20 +01:00
more port fowarding attempts
This commit is contained in:
@@ -10,8 +10,6 @@ services:
|
||||
- NET_RAW
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
ports:
|
||||
- "14050:3000"
|
||||
volumes:
|
||||
- ./gluetun:/gluetun
|
||||
environment:
|
||||
@@ -54,10 +52,10 @@ services:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${DROP_AIRVPN_PORT}:3000"
|
||||
security_opt:
|
||||
- "label=disable"
|
||||
#ports:
|
||||
# - ${DROP_AIRVPN_PORT}:3000
|
||||
volumes:
|
||||
- ${LIBRARY_PATH}:/library/
|
||||
#For Multi Library
|
||||
|
||||
Reference in New Issue
Block a user