services: frps: image: snowdreamtech/frps:0.65.0 container_name: frps restart: unless-stopped ports: - "7000:7000" - "7500:7500" volumes: - ./frps.toml:/etc/frp/frps.toml:ro command: ["frps", "-c", "/etc/frp/frps.toml"] networks: - edge networks: edge: external: true