From 2283cc4ce66283e377a7d277b1024c857a68bf30 Mon Sep 17 00:00:00 2001 From: skittlesvampir <62459226+skittlesvampir@users.noreply.github.com> Date: Sat, 17 Jun 2023 12:19:51 +0200 Subject: [PATCH] Update Docker-Compose Version in install.md According to https://docs.docker.com/compose/compose-file/compose-file-v2/#healthcheck, 'start_period' is only supported since version 2.3 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 1d284956..e4469f52 100644 --- a/docs/install.md +++ b/docs/install.md @@ -277,7 +277,7 @@ docker run \ Using docker-compose with non-root user and healthchecks enabled: ```yaml -version: "2.1" +version: "2.3" services: ntfy: