hysteria/docker-compose.yaml
mritd 907959b92e
chore(docker): update compose
update compose

Signed-off-by: mritd <mritd@linux.com>
2022-02-06 11:33:28 +08:00

10 lines
253 B
YAML

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"]