mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-21 07:26: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:
|
||||
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"]
|
||||
|
Reference in New Issue
Block a user