From 2ae946dc433a9f9303f67e21b145c0c2e0b84ee9 Mon Sep 17 00:00:00 2001 From: dataprolet <48024821+dataprolet@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:25:09 +0200 Subject: [PATCH] Remove obsolete version from compose file --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7563138..a666302 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,6 @@ Alternatively, you can put all settings [directly in your docker-compose](#docke Note: Always pull the "**latest**" version. The "dev" version is for testing only, and should only be pulled when contributing code or supporting with bug fixes ```yaml -version: "3.3" services: decluttarr: image: ghcr.io/manimatter/decluttarr:latest @@ -179,7 +178,6 @@ If you want to have everything in docker compose: Note: Always pull the "**latest**" version. The "dev" version is for testing only, and should only be pulled when contributing code or supporting with bug fixes ```yaml -version: "3.3" services: decluttarr: image: ghcr.io/manimatter/decluttarr:latest