Change the loading resource order

This commit is contained in:
Ludovic Fernandez 2019-06-24 16:40:06 +02:00 committed by Traefiker Bot
parent dd62051e6c
commit 4d44ab9628
4 changed files with 9 additions and 3 deletions

View file

@ -36,8 +36,8 @@ Traefik gets its _dynamic configuration_ from [providers](../providers/overview.
There are three different, mutually exclusive, ways to define static configuration options in Traefik:
- In a configuration file
- As environment variables
- In the command-line arguments
- As environment variables
These ways are evaluated in the order listed above.