- ACME challenge will try to receive
wildcard
certificates for url's that other containers requested - All
http://
requests will be redirected tohttps://
- All
https://www.example.com
requests will be redirected tohttps://example.com
- Only registred in
traefik
url's will be accessible. wrong.example.com will not be accessible (notraefik
's 404 page). correct.example.com will be accessible.
- Change
.env_example
filename to.env
- Replace first line of
.env
with your DNS provider (you should change key and add value) - Replace key and value in
environment
section indocker-compose.yml
with key name from.env
docker-compose up -d
Read about react connected to traefik
setup