services: hysteria: image: tobyxdd/hysteria:latest container_name: hysteria restart: always network_mode: "host" volumes: - acme:/acme - ./config.json:/etc/hysteria/config.json - ./key/server.crt:/etc/hysteria/server.crt - ./key/server.key:/etc/hysteria/server.key command: ["server", "-c", "/etc/hysteria/config.json"] volumes: acme: