Created
June 26, 2017 14:53
-
-
Save mjdavies/8cd709a64b8b32daaab7b8d605b261f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
FROM traefik:1.3.1 | |
COPY certs/* /etc/certs/ | |
COPY config/traefik.toml /etc/traefik/ | |
## The certificates are all undled into the image as is our edited treafik.toml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment