File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The `traefik.yaml` file is set by default to obtain a Let's Encrypt staging cert
17
17
``` console
18
18
Docker
19
19
├─── docker-compose.yaml
20
- ├─── compose .env
20
+ ├─── .env
21
21
└───Traefik
22
22
├─── traefik.yaml
23
23
├───Certs
@@ -35,7 +35,7 @@ The `traefik.yaml` file is set by default to obtain a Let's Encrypt staging cert
35
35
36
36
3. Go to Cloudflare's [website](https://dash.cloudflare.com/profile/api-tokens) to generate an API token with the `Edit zone DNS` template.
37
37
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.
39
39
40
40
> Don't forget to add the appropriate DNS record entries either in your `hosts` file or DNS resolver.
41
41
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ services:
22
22
eui64-calculator :
23
23
container_name : eui64-calculator
24
24
environment :
25
- - TRUSTED_PROXIES=127.0.0.1
26
- image : eui64-calculator:latest
25
+ - TRUSTED_PROXIES=${TRUSTED_PROXIES}
26
+ image : nickfedor/ eui64-calculator:latest
27
27
labels :
28
28
- traefik.docker.network=eui64-calculator
29
29
- traefik.enable=true
You can’t perform that action at this time.
0 commit comments