mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 20:09:18 +08:00
14 lines
306 B
YAML
14 lines
306 B
YAML
version: '2'
|
|
services:
|
|
app:
|
|
image: registry.cn-hangzhou.aliyuncs.com/kennylee/frp
|
|
network_mode: "host"
|
|
volumes:
|
|
- ./frpc.ini:/data/frp/frpc.ini:z
|
|
restart: always
|
|
entrypoint:
|
|
- ./frp/frpc
|
|
- -c
|
|
- /data/frp/frpc.ini
|
|
|