Peertube: Traefik v2 has been released and breaks docker-compose

Created on 18 Oct 2019  路  2Comments  路  Source: Chocobozzz/PeerTube

Traefik has released version 2.0 and breaks our current docker-compose.yml.

If one pulls the docker images, the reverse proxy doesn't work (error: 2019/10/18 06:26:50 command traefik error: flag needs an argument: -docker).

Sorry, I am a bit in a hurry. Don't hesitate to ask for clarification!

Component Type

All 2 comments

I can confirm

Workaround: nano docker-compose.yml
Change:
reverse-proxy:
image: traefik

To
reverse-proxy:
image: traefik:v1.7.18

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zilti picture zilti  路  3Comments

XenonFiber picture XenonFiber  路  3Comments

sschueller picture sschueller  路  3Comments

conferences-gesticulees picture conferences-gesticulees  路  3Comments

gegeweb picture gegeweb  路  3Comments