0.0.0.0
means any IP that directly links to your server and make sure the right protocol (http or https) is usedcert.key
and certificate file cert.crt in the current directory
cert.key
and certificate file say cert.crt
Replace /path/to/cert in the following command with the full qualified path to the above folder --detach
option along with the --restart unless-stopped
to automatically restart upon failure which returns a container ID. i.e docker run --detach --restart unless-stopped -it...