mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-27 02:09:06 +02:00
10 lines
197 B
YAML
10 lines
197 B
YAML
version: "3.8"
|
|
services:
|
|
frpc:
|
|
image: easypi/frp-arm
|
|
command: ./frpc -c frpc.ini
|
|
volumes:
|
|
- ./data/frpc.ini:/opt/frp/frpc.ini
|
|
network_mode: host
|
|
restart: unless-stopped
|