add udp ports
This commit is contained in:
parent
46143ee20a
commit
1d10399c2f
2 changed files with 6 additions and 2 deletions
|
@ -14,8 +14,10 @@ arch:
|
||||||
startup: before
|
startup: before
|
||||||
ports:
|
ports:
|
||||||
8388/tcp: 8388
|
8388/tcp: 8388
|
||||||
|
8388/udp: 8388
|
||||||
ports_description:
|
ports_description:
|
||||||
8388/tcp: Proxy port
|
8388/tcp: TCP proxy port
|
||||||
|
8388/udp: UDP proxy port
|
||||||
options:
|
options:
|
||||||
server: "0.0.0.0"
|
server: "0.0.0.0"
|
||||||
server_port: 8388
|
server_port: 8388
|
||||||
|
|
|
@ -14,8 +14,10 @@ arch:
|
||||||
startup: before
|
startup: before
|
||||||
ports:
|
ports:
|
||||||
8388/tcp: 8388
|
8388/tcp: 8388
|
||||||
|
8388/udp: 8388
|
||||||
ports_description:
|
ports_description:
|
||||||
8388/tcp: Proxy port
|
8388/tcp: TCP proxy port
|
||||||
|
8388/udp: UDP proxy port
|
||||||
options:
|
options:
|
||||||
server: "0.0.0.0"
|
server: "0.0.0.0"
|
||||||
server_port: 8388
|
server_port: 8388
|
||||||
|
|
Loading…
Reference in a new issue