Docker HTTPS deployment

Hi All, I am currently in the business of moving all my old ESXi VMs over to docker or KVM, and I am currently moving owncloud to docker.

Or so I thought.

Following the official documentation for a docker install here : https://doc.owncloud.com/server/10.0/administration_manual/installation/docker/

I see no mention of SSL \ HTTPS support.

Does that mean I have to do a manual install and create my own docker image for that purpose ? Doesn’t sound very futureproof for deploying owncloud with docker :slight_smile:

1 Like

Hey,

maybe the following comment gives some insight on this topic?

You should use a reverse proxy for the SSL termination. Since this is pretty common for Docker setups we have dropped the whole SSL parts from this Docker image.

You can take a look at https://owncloud.org/news/docker-owncloud-traefik-reverse-proxy-lets-encrypt-ssl/ to get an idea how to build this setup with Traefik.

which i have found in:

1 Like