修改acme证书目录映射

This commit is contained in:
Olia Lisa
2025-12-30 13:00:27 +08:00
parent 0c860eb78d
commit b55d17c821
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -1 +1,2 @@
config/config.json
acme/
+1 -3
View File
@@ -5,11 +5,9 @@ services:
restart: always
network_mode: "host"
volumes:
- acme:/acme
- ./acme:/acme
- ./config/config.json:/etc/hysteria/config.json
- ./key/server.crt:/etc/hysteria/server.crt
- ./key/server.key:/etc/hysteria/server.key
command: ["server", "-c", "/etc/hysteria/config.json"]
volumes:
acme: