mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-07-04 10:19:52 +00:00
chore(docker): update compose
update compose Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
03a1bf1dd8
commit
907959b92e
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user