From 3498a980e2b3b23938c4a635040d9c6d3dbb539d Mon Sep 17 00:00:00 2001 From: Gurulandia Date: Sun, 9 Feb 2025 12:05:31 +0200 Subject: [PATCH] add name --- docker/flatnotes/behind-proxy/compose.yaml | 1 + docker/flatnotes/compose.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/docker/flatnotes/behind-proxy/compose.yaml b/docker/flatnotes/behind-proxy/compose.yaml index d579e5f..0e81680 100644 --- a/docker/flatnotes/behind-proxy/compose.yaml +++ b/docker/flatnotes/behind-proxy/compose.yaml @@ -1,3 +1,4 @@ +name: flatnotes # Docker Compose v2.20 or greater required to use "include" include: #################### NETWORKS #################### diff --git a/docker/flatnotes/compose.yaml b/docker/flatnotes/compose.yaml index f077d08..60a4119 100644 --- a/docker/flatnotes/compose.yaml +++ b/docker/flatnotes/compose.yaml @@ -1,3 +1,4 @@ +name: flatnotes # Docker Compose v2.20 or greater required to use "include" include: #################### NETWORKS ####################