修改acme证书目录映射
This commit is contained in:
parent
0c860eb78d
commit
b55d17c821
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
config/config.json
|
config/config.json
|
||||||
|
acme/
|
||||||
@ -5,11 +5,9 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- acme:/acme
|
- ./acme:/acme
|
||||||
- ./config/config.json:/etc/hysteria/config.json
|
- ./config/config.json:/etc/hysteria/config.json
|
||||||
- ./key/server.crt:/etc/hysteria/server.crt
|
- ./key/server.crt:/etc/hysteria/server.crt
|
||||||
- ./key/server.key:/etc/hysteria/server.key
|
- ./key/server.key:/etc/hysteria/server.key
|
||||||
command: ["server", "-c", "/etc/hysteria/config.json"]
|
command: ["server", "-c", "/etc/hysteria/config.json"]
|
||||||
|
|
||||||
volumes:
|
|
||||||
acme:
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user