mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-08 13:29:53 +00:00
11 lines
250 B
YAML
11 lines
250 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"]
|