From 91d1c80420527be69c015d4b1b6e700d7e67cae9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 5 Dec 2023 17:54:25 +0000 Subject: [PATCH] Added version entry --- docker-compose.yaml | 2 ++ stack.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index d0f57df..1daf630 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,3 +1,5 @@ +version: "3.2" + services: # The first service is a portainer instance that allows for easy management of the swarm portainer: diff --git a/stack.yaml b/stack.yaml index 87d28c8..715c0a5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,5 @@ +version: "3.2" + services: # This service runs a grafana instance for hosting dashboards grafana: