Official: https://doc.owncloud.org/server/10.3/admin_manual/installation/docker/
BUT: only ↓
docker with http 8080
How to transform 443?
But, How to change ssl(443), I tried in container modify files:
/etc/apache2/sites-enabled/default.conf
add:
SSLEngine on
SSLCertificateFile /etc/apache2/certs/XXX.crt.pem
SSLCertificateKeyFile /etc/apache2//certs/XXX.key.pem
SSLCertificateChainFile /etc/apache2/certs/XXX.crt.pem
but, restart failure…
I don’t know , I need to do?