wodby / docker4php

Docker-based PHP stack
https://wodby.com/docker4php
MIT License
277 stars 44 forks source link

Pin Traefik to 1.7.16 to avoid backwards compatibility break from Traefik 2.0 #9

Closed brianV closed 5 years ago

brianV commented 5 years ago

See https://github.com/wodby/docker4drupal/issues/401 for comparable issue.

Traefik 2.0 has been released, and introduced non-backwards compatible changes. Since we currently only specify image: traefik, Docker4PHP updates the new version and breaks.

This PR pins us to the latest version of Traefik v1 until the larger effort of properly migrating to Traefik v2 can be performed.