16 lines
508 B
YAML
16 lines
508 B
YAML
services:
|
|
frpc-test:
|
|
image: snowdreamtech/frpc:0.68.0
|
|
container_name: frpc-test
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- ./frpc-wss.toml:/etc/frp/frpc.toml:ro
|
|
entrypoint: ["/usr/bin/frpc", "-c", "/etc/frp/frpc.toml"]
|
|
|
|
chisel-test:
|
|
image: jpillora/chisel:latest
|
|
container_name: chisel-test
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
command: ["client", "--auth", "pfannkuchen:test2026", "http://78.46.186.211:8443", "R:28097:127.0.0.1:8097"]
|