stack.env -> .env

This commit is contained in:
Maksym Buz
2025-02-23 18:35:27 +01:00
committed by GitHub
parent 06236c974a
commit cfa5cdedbc

View File

@@ -4,7 +4,7 @@ services:
image: oznu/cloudflare-ddns:latest image: oznu/cloudflare-ddns:latest
restart: always restart: always
env_file: env_file:
- stack.env - .env
environment: environment:
- API_KEY=${CLOUDFLARE_API} - API_KEY=${CLOUDFLARE_API}
- ZONE=${ZONE} - ZONE=${ZONE}