From b749bffa1585c2d2d3453e35c58d431ae2d9c118 Mon Sep 17 00:00:00 2001 From: Mr <37304121+IRHM@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:28:52 +0100 Subject: [PATCH] Remove `version` properties from docker-compose examples --- doc/docs/installation/docker-compose.md | 2 -- docker-compose.dev.yml | 2 -- docker-compose.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/doc/docs/installation/docker-compose.md b/doc/docs/installation/docker-compose.md index c041a908..35e7779a 100644 --- a/doc/docs/installation/docker-compose.md +++ b/doc/docs/installation/docker-compose.md @@ -10,8 +10,6 @@ description: Install and setup with Docker Compose. Installing Watcharr with a docker compose file is easy. You can copy the example below to get started: ```yaml title="docker-compose.yml" -version: "3" - services: watcharr: # The :latest tag is used for simplicity, it is recommended diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 0c076bb3..12d7b3de 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -1,5 +1,3 @@ -version: "3" - # To test prod services: watcharr: diff --git a/docker-compose.yml b/docker-compose.yml index 1ba4b0e5..938f22bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3" - services: watcharr: # The :latest tag is used for simplicity, it is recommended