hysteria_docker/docker-compose.yml
2025-12-31 01:10:52 +08:00

11 lines
330 B
YAML

services:
hysteria:
image: tobyxdd/hysteria:latest
container_name: "${COMPOSE_PROJECT_NAME}" # 容器名为文件夹名称
restart: always
network_mode: "host"
volumes:
- ./tls:/tls
- ./config/config.json:/etc/hysteria/config.json
command: ["server", "-c", "/etc/hysteria/config.json"]