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