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
No known key found for this signature in database
GPG Key ID: 150E1851F767CDDD

View File

@ -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"]