2023-08-04 10:50:49 +08:00
|
|
|
services:
|
|
|
|
|
frps:
|
2024-10-18 12:07:03 +08:00
|
|
|
image: snowdreamtech/frps: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/frps.toml:/etc/frp/frps.toml
|
|
|
|
|
- ./data/ssl:/etc/frp/ssl
|
|
|
|
|
labels:
|
2023-08-04 10:50:49 +08:00
|
|
|
createdBy: "Apps"
|