-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traefik 2 released, and container stop working. #401
Comments
Same issue, with the specific tag indicated by Niklan, it works perfectly as temporary solution. |
PR in #402 should provide a temporary fix until Traefik 2.0 can be fully supported. |
traefik.yml
Replace the existing rules in docker compose with something like this:
YMMV |
Merged #402 to pin traefik to v1. Upgrade to v2 will be performed with the next release |
Anyone know why the alpine image is slightly larger (+5mb)? And what, if any, are the differences behind the scenes? |
perhaps the previous latest image wasn't actually alpine-based but was from scratch, so I guess the right tag would be just |
The same isssue in local multisite traefik.yml. services: |
Docker4Drupal 5.4.11 has been released with traefik v2 support, update your |
Still problems with multiple project in local environment using traefik:v2.0 or traefik:v2.0.2 |
You should update the command of |
Sorry for my insistence, I will say that you must update traefik.yml to adjust to the parameters of docker-compose.yml (traefik section). If you download Docker4Drupal 5.4.11 to install in multiple project in local environment they still fails.. |
@csandanov so you mean to say now we can run multiple docker projects with this new traefik? /var/www/html/project1 - docker-compose up -- different prompt |
No. Install a traefik container for all the projects (dockers) in the same server (ip). See: https://wodby.com/docs/stacks/drupal/local/ section: Running multiple Projects. |
|
has the same error message when an Apache is running before i launch traefik |
https://hub.docker.com/_/traefik?tab=tags
The Traefik 2 is released. Since in docker-compose.yml we have
It gets the last available release. But seems 1.7 and 2.0 is not BC releases and this cause problem.
As a temporary solution I used a specific tag:
docker-compose.yml must be updated to traefik 2 settings or have a tag version as other containers.
The text was updated successfully, but these errors were encountered: