Skip to content

Instantly share code, notes, and snippets.

@Rolilink
Created April 27, 2020 00:23
Show Gist options
  • Save Rolilink/ef9a09aecda13d8e99f9f3079742bc71 to your computer and use it in GitHub Desktop.
Save Rolilink/ef9a09aecda13d8e99f9f3079742bc71 to your computer and use it in GitHub Desktop.
traefik dockerfile
FROM traefik
# exposing port 80 for web communication
EXPOSE 80
# exposing port 8080 for dashboard access
EXPOSE 8080
# this will let us load the static initial configuration
COPY .docker/skel /
WORKDIR /
CMD [ "traefik" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment