mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 05:59:42 +02:00
fixing udp stream listening on wrong port
This commit is contained in:
@@ -259,8 +259,8 @@ services:
|
||||
container_name: pal
|
||||
stop_grace_period: 30s
|
||||
ports:
|
||||
- 8211
|
||||
- 27015
|
||||
- 8211/udp
|
||||
- 27015/udp
|
||||
labels:
|
||||
- proxy.aliases=pal1,pal2
|
||||
- proxy.*.scheme=udp
|
||||
|
||||
Reference in New Issue
Block a user