Przeglądaj źródła

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
skittlesvampir 2 lat temu
rodzic
commit
2283cc4ce6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/install.md

+ 1 - 1
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: