This commit is contained in:
vincent 2024-05-16 00:39:11 +08:00
parent dee93630a4
commit f0f7655341

View File

@ -1,4 +1,5 @@
version: "3.9"
services:
hysteria:
image: tobyxdd/hysteria:latest
@ -11,5 +12,6 @@ services:
- ./key/server.crt:/etc/hysteria/server.crt
- ./key/server.key:/etc/hysteria/server.key
command: ["server", "-c", "/etc/hysteria/config.json"]
volumes:
acme: