From 052b3c2542d2203b889c41d534dd87a348fe9020 Mon Sep 17 00:00:00 2001 From: Leroy <33368776+lryjnks@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:00:38 +0100 Subject: [PATCH] Update installation.md version is obsolete in docker-compose removed it from example. --- docs/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 2de3f78..63f375a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -33,8 +33,7 @@ $ docker run -p 80:80 -e TZ="Europe/Berlin" -v /var/gotify/data:/app/data gotify

```yml -version: '3' - +--- services: gotify: image: gotify/server