1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/frp/docker-compose.yml
2021-11-08 16:16:06 +08:00

13 lines
305 B
YAML

version: "3.8"
services:
frps:
image: vimagick/frp
volumes:
- ./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
restart: unless-stopped