chore(docker): update compose

update compose

Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
mritd
2022-02-06 11:33:28 +08:00
parent 03a1bf1dd8
commit 907959b92e

View File

@@ -1,4 +1,4 @@
version: '3.8'
version: '3.9'
services:
hysteria:
image: tobyxdd/hysteria
@@ -7,4 +7,4 @@ services:
network_mode: "host"
volumes:
- ./hysteria.json:/etc/hysteria.json
command: [ "-config","/etc/hysteria.json","server" ]
command: ["server", "--config", "/etc/hysteria.json"]