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