From 93c8abd2df0a26693b166d4d6eae23358c478ac9 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Mon, 20 Mar 2023 19:56:18 +0100 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdee3ae..6b8ffbf 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Repo documents self hosted apps in similar format and also uses caddy for revers just documentation.
- For **persistent** storage **bind mount** `./whatever_data` is used. No volumes, nor static path somewhere... just relative path next to compose file. -- **no version declaration** at the beginning of **compose**, as the practice was +- **No version** declaration at the beginning of **compose**, as the practice was [**deprecated**](https://nickjanetakis.com/blog/docker-tip-51-which-docker-compose-api-version-should-you-use) ---