hysteria-dev/docker-compose.yaml
2022-01-23 17:00:02 -08:00

11 lines
252 B
YAML

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