Skip to content

Instantly share code, notes, and snippets.

View jfayad's full-sized avatar

Julien jfayad

View GitHub Profile
@nknapp
nknapp / Dockerfile
Created October 30, 2016 20:15
Traefik setup as reverse-proxy with docker and letsencrypt
FROM traefik:camembert
ADD traefik.toml .
EXPOSE 80
EXPOSE 8080
EXPOSE 443