mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
Update docker-compose.yml
remove env
This commit is contained in:
parent
22d03fd440
commit
fc1643ce84
|
@ -16,7 +16,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare
|
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare
|
||||||
- CLOUDFLARE_EMAIL=example@googlemail.com # change this if you use Cloudflare
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.
|
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user