1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/frp/arm/docker-compose.yml

7 lines
111 B
YAML
Raw Normal View History

2018-02-14 16:15:39 +02:00
frps:
image: easypi/frp-arm
volumes:
- ./data/frps.ini:/opt/frp/frps.ini
net: host
restart: always