Update docker-compose.yml

remove env
This commit is contained in:
LRVT 2024-01-13 20:15:16 +01:00 committed by GitHub
parent 22d03fd440
commit fc1643ce84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ services:
environment:
- TZ=Europe/Berlin
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare
- CLOUDFLARE_EMAIL=example@googlemail.com # change this if you use Cloudflare
labels:
- traefik.enable=true
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.