You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In your `docker-compose.yml`, include a service like:
32
32
```
33
33
34
34
Copy the `local.env.example` file to `local.env` and update it with appropriate values. Using a separate file
35
-
for environment configuration helps prevent commiting it to version control with credentials in it.
35
+
for environment configuration helps prevent committing it to version control with credentials in it.
36
36
37
37
Required env vars:
38
38
- `DNS_PROVIDER`- A valid value from https://docs.traefik.io/https/acme/#providers. Each provider will also required additional env vars for authentication. For example `cloudflare` requires `CLOUDFLARE_EMAIL` and `CLOUDFLARE_API_KEY`.
@@ -52,7 +52,7 @@ Optional env vars:
52
52
## Overriding `traefik.toml`
53
53
You'll notice in the `docker-compose.yml` example above a commented out volume for `traefik.toml`. If you
54
54
don't want to use the simplified template that comes with this container and want to customize it, just provide
55
-
your own config file and volume it in. The entrypoing script looks for specific placeholders and should not
55
+
your own config file and volume it in. The entrypoint script looks for specific placeholders and should not
0 commit comments