mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
8 lines
149 B
YAML
8 lines
149 B
YAML
frpc:
|
|
image: easypi/frp-arm
|
|
command: ./frpc -c frpc.ini
|
|
volumes:
|
|
- ./data/frpc.ini:/opt/frp/frpc.ini
|
|
net: host
|
|
restart: unless-stopped
|