Created
July 25, 2021 07:51
-
-
Save vranystepan/d3f61f657c13d309c76b28b1d0605a44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
traefik \ | |
--entryPoints.web.address=:80 \ | |
--entryPoints.websecure.address=:443 \ | |
--providers.docker=true \ | |
[email protected] \ | |
--certificatesresolvers.le.acme.storage=acme.json \ | |
--certificatesresolvers.le.acme.httpchallenge=true \ | |
--certificatesresolvers.le.acme.httpchallenge.entrypoint=web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment