mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
13 lines
291 B
YAML
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
|