From 130a0ae534e33454a32d980fef165d2283c453e8 Mon Sep 17 00:00:00 2001 From: Maksym Buz <79866323+xopek-by@users.noreply.github.com> Date: Sun, 23 Feb 2025 18:45:43 +0100 Subject: [PATCH] added container name --- ddns-cloudflare/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ddns-cloudflare/compose.yaml b/ddns-cloudflare/compose.yaml index 97666e5..b11eca2 100644 --- a/ddns-cloudflare/compose.yaml +++ b/ddns-cloudflare/compose.yaml @@ -1,6 +1,7 @@ services: cloudflare-ddns: image: favonia/cloudflare-ddns:latest + container_name: cloudflare-ddns # Choose the appropriate tag based on your need: # - "latest" for the latest stable version (which could become 2.x.y # in the future and break things)