mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-07 11:36:59 -05:00
Исправил номера портов
This commit is contained in:
parent
7d57c395a6
commit
2c709a5d2e
@ -77,7 +77,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '80:80' # WebUI
|
- '80:80' # WebUI
|
||||||
- '443:443' # WebUI
|
- '443:443' # WebUI
|
||||||
- '62001-62099:62001-62999/udp' # ovpn
|
- '62001-62099:62001-62099/udp' # ovpn
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "-k", "-L", "http://localhost:80/"]
|
test: ["CMD", "curl", "-f", "-k", "-L", "http://localhost:80/"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user