1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/frp/docker-compose.yml

13 lines
291 B
YAML
Raw Normal View History

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