Browse Source

Merge pull request #774 from skittlesvampir/patch-1

Update Docker-Compose Version in install.md
Philipp C. Heckel 2 years ago
parent
commit
7db25d71dd
1 changed files with 1 additions and 1 deletions
  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:
 Using docker-compose with non-root user and healthchecks enabled:
 ```yaml
 ```yaml
-version: "2.1"
+version: "2.3"
 
 
 services:
 services:
   ntfy:
   ntfy: