traefik / plugindemo

This repository includes an example plugin, for you to use as a reference for developing your own plugins
https://plugins.traefik.io/plugins/628c9ee2108ecc83915d7764/demo-plugin
Apache License 2.0
140 stars 45 forks source link

Doc: corrects ./plugins-local directory location #14

Closed rtribotte closed 3 years ago

rtribotte commented 3 years ago

Description

This PR corrects the documentation by stating that the ./local-plugins directory should be in the working directory of the process which is running the Traefik binary.

see https://github.com/traefik/traefik/issues/8396