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