mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
chore(docker): update compose
update compose Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
03a1bf1dd8
commit
907959b92e
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue