Hello,
I tried to install Owncloud in Docker on Windows and attempted to set it up with Let’s Encrypt SSL following the tutorial at website Set up ownCloud + Traefik as a Reverse Proxy with Let’s Encrypt SSL, adapting the commands for Windows OS. However, I encountered an error with docker ps
.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f07635808d98 traefik "/entrypoint.sh --co…" About a minute ago Restarting (1) 18 seconds ago traefik_proxy_1
MrHassan60