Skip to content

Commit

Permalink
Fixed issue with the latest version of traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
spleshka committed Nov 28, 2019
1 parent c2ad8a8 commit 997b753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-compose.yml
Expand Up @@ -54,7 +54,7 @@ services:
- 'traefik.frontend.rule=Host:${BACKEND_HOST}, ${TESTS_BACKEND_HOST}'

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

0 comments on commit 997b753

Please sign in to comment.