1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/frp/docker-compose.yml

9 lines
163 B
YAML
Raw Normal View History

2021-10-21 17:36:07 +08:00
version: "3.8"
services:
frps:
image: vimagick/frp
volumes:
- ./data/frps.ini:/opt/frp/frps.ini
network_mode: host
restart: unless-stopped