10 lines
177 B
YAML
10 lines
177 B
YAML
|
|
services:
|
||
|
|
web:
|
||
|
|
image: snowdreamtech/frpc:latest
|
||
|
|
container_name: frpc
|
||
|
|
restart: always
|
||
|
|
network_mode: "host"
|
||
|
|
volumes:
|
||
|
|
- ./frpc.toml:/etc/frp/frpc.toml
|
||
|
|
|