Skip to content

Commit c625d57

Browse files
Update Traefik example
- Added image repository - Renamed compose.env to .env for automatic integration with Compose stack - Updated README.md
1 parent cc7a417 commit c625d57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

docker/Examples/Traefik/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `traefik.yaml` file is set by default to obtain a Let's Encrypt staging cert
1717
```console
1818
Docker
1919
├─── docker-compose.yaml
20-
├─── compose.env
20+
├─── .env
2121
└───Traefik
2222
├─── traefik.yaml
2323
├───Certs
@@ -35,7 +35,7 @@ The `traefik.yaml` file is set by default to obtain a Let's Encrypt staging cert
3535

3636
3. Go to Cloudflare's [website](https://dash.cloudflare.com/profile/api-tokens) to generate an API token with the `Edit zone DNS` template.
3737

38-
4. Update the `compose.env` file with the domain name that you're going to be using.
38+
4. Update the `.env` file with the domain name that you're going to be using.
3939

4040
> Don't forget to add the appropriate DNS record entries either in your `hosts` file or DNS resolver.
4141

docker/Examples/Traefik/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ services:
2222
eui64-calculator:
2323
container_name: eui64-calculator
2424
environment:
25-
- TRUSTED_PROXIES=127.0.0.1
26-
image: eui64-calculator:latest
25+
- TRUSTED_PROXIES=${TRUSTED_PROXIES}
26+
image: nickfedor/eui64-calculator:latest
2727
labels:
2828
- traefik.docker.network=eui64-calculator
2929
- traefik.enable=true

0 commit comments

Comments
 (0)