Skip to content

Commit

Permalink
portainer#65 feat(template): add new Traefik template
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleveil committed Dec 21, 2018
1 parent 7eed0ee commit c22e2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late
* Redmine (based on `redmine:latest`)
* Odoo (based on `odoo:latest`)
* Sematext Docker Agent (based on `sematext/sematext-agent-docker:latest`)
* Traefik (based on `traefik:alpine`)
2 changes: 1 addition & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
"categories": ["reverse proxy"],
"logo":
"https://d33wubrfki0l68.cloudfront.net/e29410f43273a18d40e1bd6e41641f5afdfc8057/eb7ca/traefik.logo.png",
"image": "traefik:1.5-alpine",
"image": "traefik:alpine",
"command":
"/bin/sh -c '/usr/local/bin/traefik --docker --docker.domain=${TRAEFIK_BASE_DOMAIN:-docker.localhost} --docker.exposedByDefault=true --entrypoints=\"Name:http Address::${TRAEFIK_PORT_HTTP:-80}\" --entrypoints='Name:https Address::${TRAEFIK_PORT_HTTPS:-443} TLS' --entrypoints='Name:traefik Address::${TRAEFIK_PORT_DASHBOARD:-8080}' --logLevel=WARN --ping --api --api.statistics.recenterrors=20 ",
"network": "host",
Expand Down

0 comments on commit c22e2c2

Please sign in to comment.