我有ssl密钥和证书。在docker-compose文件中,我看到了类似的内容
volumes:
# This directory must have cert files if you want to enable SSL
- ./volumes/web/cert:/cert:ro
- /etc/localtime:/etc/localtime:ro
# Uncomment for SSL
environment:
- MATTERMOST_ENABLE_SSL=true
现在如何将这些证书和密钥放入/volumes/web/cert
和/etc/localtime
此外,在etc
之后没有创建名为docker-compose build
的文件夹