Update docker-compose.yml
This commit is contained in:
parent
a20ce01704
commit
f6e2dc138b
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
|||
- ./config.toml:/app/config/config.toml:ro
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
# Uncomment if using gluetun
|
||||
# network_mode: "service:gluetun"
|
||||
# depends_on: [gluetun]
|
||||
|
||||
|
@ -36,6 +37,7 @@ services:
|
|||
- "203.0.113.1:443:443/udp"
|
||||
- "[2001:db8::1]:443:443/udp"
|
||||
|
||||
# Uncomment to use gluetun
|
||||
# gluetun:
|
||||
# image: qmcgaw/gluetun
|
||||
# cap_add:
|
||||
|
|
Reference in a new issue