1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Use default key/cert names (cert.pem & key.pem)

This commit is contained in:
Dennis Boldt
2019-08-11 01:17:07 +02:00
committed by GitHub
parent 841ce96fbf
commit eaeb151ff7

View File

@@ -178,7 +178,7 @@ One such example is ``mailu/traefik-certdumper``, which has been adapted for use
volumes:
# Folder, which contains the acme.json
- "/data/traefik:/traefik"
# Folder, where your.doma.in.crt and your.doma.in.key will be written
# Folder, where cert.pem and key.pem will be written
- "/data/mailu/certs:/output"