Update README.md

pull/2/head
LRVT 2023-02-24 22:57:12 +01:00 zatwierdzone przez GitHub
rodzic a2a6de9b19
commit 810fa42606
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,8 @@
# Notes
Put the provided `traefik.yml` (static) and `fileConfig.yml` (dynamic) configuration files to your volume bind mount (here `/mnt/docker-volumes/traefik`).
1. Put the provided `traefik.yml` (static) and `fileConfig.yml` (dynamic) configuration files to your volume bind mount (here `/mnt/docker-volumes/traefik`).
2. Add your Cloudflare API token as environment variable to the `docker-compose.yml` file
3. Adjust the static and dynamic configuration files to your needs. Especially replace the `example.com` strings with your domain name.
Optionally configure logrotation on your Docker host server if you've enabled Traefik access logs. See `logrotate_example.txt` as example.