fix(ssl): delete ssl certificates mounted to mailserver service and move it to caddy
This commit is contained in:
@@ -21,8 +21,6 @@ services:
|
|||||||
- HTTPS=${HTTPS}
|
- HTTPS=${HTTPS}
|
||||||
volumes:
|
volumes:
|
||||||
- mailserver_data:/data
|
- mailserver_data:/data
|
||||||
- ${SSL_CERT_PATH}:/data/ssl/server.crt:ro
|
|
||||||
- ${SSL_KEY_PATH}:/data/ssl/server.key:ro
|
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user