mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
9 lines
163 B
YAML
9 lines
163 B
YAML
version: "3.8"
|
|
services:
|
|
frps:
|
|
image: vimagick/frp
|
|
volumes:
|
|
- ./data/frps.ini:/opt/frp/frps.ini
|
|
network_mode: host
|
|
restart: unless-stopped
|