From f2a49eaa25d5e966621e9d480cee682b5d6168b5 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:16:45 -0700 Subject: [PATCH] Remove more version tags from compose examples --- docs/installation/docker.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 1f9f07d67..84db22b4b 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -6,7 +6,6 @@ description: Install and run homepage from Docker Using docker compose: ```yaml -version: "3.3" services: homepage: image: ghcr.io/gethomepage/homepage:latest @@ -27,7 +26,6 @@ _Using the docker socket directly is not the recommended method of integration a In the docker compose example below, the environment variables `$PUID` and `$PGID` are set in a `.env` file. ```yaml -version: "3.3" services: homepage: image: ghcr.io/gethomepage/homepage:latest