mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-14 13:51:56 +08:00
12 lines
250 B
YAML
12 lines
250 B
YAML
version: "3"
|
|
services:
|
|
frpc:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: "host"
|
|
volumes:
|
|
- "./data/frpc.ini:/etc/frp/frpc.ini"
|
|
image: "snowdreamtech/frpc:0.51.2"
|
|
labels:
|
|
createdBy: "Apps"
|