version: '3.9' services: hysteria: image: tobyxdd/hysteria container_name: hysteria restart: always network_mode: "host" volumes: - ./hysteria.json:/etc/hysteria.json command: ["server", "--config", "/etc/hysteria.json"]