修改acme证书目录映射
This commit is contained in:
@@ -1 +1,2 @@
|
||||
config/config.json
|
||||
acme/
|
||||
+1
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user