1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/frp/docker-compose.yml
2022-12-19 17:10:08 +08:00

13 lines
291 B
YAML

version: "3.8"
services:
frps:
image: vimagick/frp
volumes:
- ./data:/opt/frp/etc
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