Files
docker_stack/karylab-vps/vps-tunnel.yml
ChenKaiLiuG 997d078b64 Add FRP
2026-02-28 04:38:23 +08:00

18 lines
421 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: "3.9"
services:
frps:
image: snowdreamtech/frps:latest
container_name: frps
restart: unless-stopped
ports:
- "80:80" # HTTP → 轉給內網 NPM
- "443:443" # HTTPS → 轉給內網 NPM
- "7000:7000" # frpc 控制通道(建議用防火牆限制來源 IP
volumes:
- /opt/frp/frps.toml:/etc/frp/frps.toml:ro
networks:
default:
driver: bridge