File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Create A records in your DNS provider for the local development domains you wan
1616a TXT record on your DNS provider for Let's Encrypt to verify before it receives your certificate.
1717
1818## Usage
19- In your ` docker- compose.yml ` , include a service like:
19+ In your ` compose.yaml ` , include a service like:
2020
2121``` yaml
2222 proxy :
@@ -50,7 +50,7 @@ Optional env vars:
5050- `FRONTEND3_DOMAIN` - The domain name that should be routed to `BACKEND3_URL`, example : ` app3.domain.com`
5151
5252# # Overriding `traefik.toml`
53- You'll notice in the `docker- compose.yml ` example above a commented out volume for `traefik.toml`. If you
53+ You'll notice in the `compose.yaml ` example above a commented out volume for `traefik.toml`. If you
5454don't want to use the simplified template that comes with this container and want to customize it, just provide
5555your own config file and volume it in. The entrypoint script looks for specific placeholders and should not
5656modify your own provided config.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments