Skip to content

Commit

Permalink
Pin traefik to v1 #52
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 18, 2019
1 parent 2820ec6 commit 39162fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ services:
- 'traefik.frontend.rule=Host:portainer.${PROJECT_BASE_URL}'

traefik:
image: traefik
image: traefik:1.7-alpine
container_name: "${PROJECT_NAME}_traefik"
command: -c /dev/null --web --docker --logLevel=INFO
ports:
Expand Down

0 comments on commit 39162fe

Please sign in to comment.