From f36dc41291a634a753d5b2725177c65e766551a3 Mon Sep 17 00:00:00 2001 From: tycrek Date: Tue, 12 Jul 2022 15:55:22 -0600 Subject: [PATCH] Added note to Compose file about specification compliance --- compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yaml b/compose.yaml index ecf8392..944062a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,10 @@ # authors: # - tycrek (https://tycrek.com/) # - Zusier (https://github.com/Zusier) +# +# This file is designed to follow the latest Compose specification, defined here: https://github.com/compose-spec/compose-spec/blob/master/spec.md +# Specific thing(s) to note: +# - The filename, `compose.yaml`: "The default path for a Compose file is compose.yaml (preferred)" (https://github.com/compose-spec/compose-spec/blob/master/spec.md#compose-file) services: ass: