We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fed5f commit 6bc77a6Copy full SHA for 6bc77a6
docker-compose.yml
@@ -15,7 +15,8 @@ services:
15
- 80:80/tcp
16
- 443:443/tcp
17
- 51820:51820/udp # Must match with VPN_PORT in .env
18
- - 32760-32767:32760-32767 # Must match with TCP_SERVICES_PORT_RANGE in .env
+ - 32760-32767:32760-32767/tcp # TCP Range. Must match with TCP_SERVICES_PORT_RANGE in .env
19
+ - 32760-32767:32760-32767/udp # UDP Range. Must match with TCP_SERVICES_PORT_RANGE in .env
20
dns:
21
- 1.1.1.1 # Preferred DNS for domain resolution
22
sysctls:
0 commit comments