2025-03-13 23:35:27 +08:00
|
|
|
services:
|
|
|
|
|
frps:
|
2025-05-10 22:57:10 +08:00
|
|
|
container_name: frps
|
2025-03-13 23:35:27 +08:00
|
|
|
image: snowdreamtech/frps:0.61.2
|
|
|
|
|
network_mode: host
|
|
|
|
|
restart: always
|
|
|
|
|
volumes:
|
|
|
|
|
- ./data/frps.toml:/etc/frp/frps.toml
|
|
|
|
|
- ./data/ssl:/etc/frp/ssl
|