Unverified Commit a9d8512a authored by Julian Raufelder's avatar Julian Raufelder Committed by GitHub
Browse files

Adjust key to TRAEFIK_PLUGINS and remove quotes from value (#16)

TRAEFIK_PLUGIN=",fail2ban@file" VS TRAEFIK_PLUGINS=,fail2ban@file
parent c915d1d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@ You can add this to your `.env` file:
echo "TRAEFIK_PiLOT_TOKEN=$MY_TOKEN" >> .env
```

Once you have registered your instance, you can provide use plugins by setting the `TRAEFIK_PLUGIN` variable:
Once you have registered your instance, you can provide use plugins by setting the `TRAEFIK_PLUGINS` variable:
```bash
echo 'TRAEFIK_PLUGIN=",fail2ban@file"' >> .env
echo 'TRAEFIK_PLUGINS=,fail2ban@file' >> .env
```

## Add a Router/Service using the file provider