Hey there,
During research of a particular problem I encountered that there are a lot of different ways someone can write the configuration for traefik.
- directly within docker-compose
- use a toml file
- use a yaml file
- dynamically load stuff from a directory
So whats the best/preferred/future proof way to do configuration?
Thanks
Josef