mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
10 lines
253 B
YAML
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"]
|