mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
10 lines
171 B
YAML
10 lines
171 B
YAML
|
frp:
|
||
|
image: vimagick/frp
|
||
|
ports:
|
||
|
- "7000:7000/tcp"
|
||
|
- "7000:7000/udp"
|
||
|
- "7500:7500/tcp"
|
||
|
volumes:
|
||
|
- ./data/frps.ini:/opt/frp/frps.ini
|
||
|
restart: always
|