1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/frp/docker-compose.yml

13 lines
305 B
YAML
Raw Normal View History

2021-10-21 09:36:07 +00:00
version: "3.8"
services:
frps:
image: vimagick/frp
volumes:
- ./data/frps.ini:/opt/frp/frps.ini
2021-11-08 08:16:06 +00:00
healthcheck:
test: ["CMD", "curl", "-f", "-u", "admin:admin", "http://127.0.0.1:7500/healthz"]
interval: 1m
timeout: 5s
2021-10-21 09:36:07 +00:00
network_mode: host
restart: unless-stopped