mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-15 11:47:09 +02:00
update frp
This commit is contained in:
parent
a0d69eed43
commit
d3faaf2058
@ -12,6 +12,10 @@ services:
|
|||||||
image: vimagick/frp
|
image: vimagick/frp
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/frps.ini:/opt/frp/frps.ini
|
- ./data/frps.ini:/opt/frp/frps.ini
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "-u", "admin:admin", "http://127.0.0.1:7500/healthz"]
|
||||||
|
interval: 1m
|
||||||
|
timeout: 5s
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
@ -4,5 +4,9 @@ services:
|
|||||||
image: vimagick/frp
|
image: vimagick/frp
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/frps.ini:/opt/frp/frps.ini
|
- ./data/frps.ini:/opt/frp/frps.ini
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "-u", "admin:admin", "http://127.0.0.1:7500/healthz"]
|
||||||
|
interval: 1m
|
||||||
|
timeout: 5s
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user