From 7ad2e97dbaea6e19262464cabac719291f232289 Mon Sep 17 00:00:00 2001 From: johnfawkes <33303104+JohnFawkes@users.noreply.github.com> Date: Wed, 27 Mar 2024 05:22:02 -0400 Subject: [PATCH] Update overview.md Starting with latest docker version 25.05 the ``version`` line is now obsolete in docker compose files --- docs/pmm/install/overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/pmm/install/overview.md b/docs/pmm/install/overview.md index b661db06..00f90e14 100644 --- a/docs/pmm/install/overview.md +++ b/docs/pmm/install/overview.md @@ -93,7 +93,6 @@ docker run -it -v "X:\Media\Plex Meta Manager\config:/config:rw" meisnate12/plex This is an example docker-compose which will have to be edited to suit your environment before use, but illustrates the minimal contents: ```yaml -version: "2.1" services: plex-meta-manager: image: meisnate12/plex-meta-manager @@ -120,7 +119,6 @@ This example docker-compose would create a container that runs immediately upon As with the one above, this is an example docker-compose which will have to be edited to suit your environment before use. ```yaml -version: "2.1" services: plex-meta-manager: image: meisnate12/plex-meta-manager