2023-08-04 10:50:49 +08:00
|
|
|
services:
|
|
|
|
|
frpc:
|
2024-10-18 12:06:52 +08:00
|
|
|
image: snowdreamtech/frpc:0.61.0
|
2023-08-04 10:50:49 +08:00
|
|
|
container_name: ${CONTAINER_NAME}
|
|
|
|
|
restart: always
|
2023-10-18 17:28:28 +08:00
|
|
|
network_mode: host
|
2023-08-04 10:50:49 +08:00
|
|
|
volumes:
|
2024-08-02 16:13:27 +08:00
|
|
|
- ./data/frpc.toml:/etc/frp/frpc.toml
|
|
|
|
|
- ./data/ssl:/etc/frp/ssl
|
|
|
|
|
labels:
|
2023-08-04 10:50:49 +08:00
|
|
|
createdBy: "Apps"
|