mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-21 15:36:02 +00:00
chore(docker): update compose
update compose Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
version: '3.8'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
hysteria:
|
hysteria:
|
||||||
image: tobyxdd/hysteria
|
image: tobyxdd/hysteria
|
||||||
@@ -7,4 +7,4 @@ services:
|
|||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- ./hysteria.json:/etc/hysteria.json
|
- ./hysteria.json:/etc/hysteria.json
|
||||||
command: [ "-config","/etc/hysteria.json","server" ]
|
command: ["server", "--config", "/etc/hysteria.json"]
|
||||||
|
Reference in New Issue
Block a user