Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created July 25, 2021 07:51
Show Gist options
  • Save vranystepan/d3f61f657c13d309c76b28b1d0605a44 to your computer and use it in GitHub Desktop.
Save vranystepan/d3f61f657c13d309c76b28b1d0605a44 to your computer and use it in GitHub Desktop.
#!/bin/sh
traefik \
--entryPoints.web.address=:80 \
--entryPoints.websecure.address=:443 \
--providers.docker=true \
--certificatesresolvers.le.acme.email=stepan@vrany.dev \
--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