mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 02:31:55 +08:00
12 lines
261 B
YAML
12 lines
261 B
YAML
services:
|
|
frpc:
|
|
image: snowdreamtech/frpc:0.59.0
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
volumes:
|
|
- ./data/frpc.toml:/etc/frp/frpc.toml
|
|
- ./data/ssl:/etc/frp/ssl
|
|
labels:
|
|
createdBy: "Apps"
|