mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-09 05:49:54 +00:00
11 lines
253 B
YAML
11 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"]
|