Skip to content

Commit

Permalink
Remove version properties from docker-compose examples
Browse files Browse the repository at this point in the history
  • Loading branch information
IRHM committed Apr 18, 2024
1 parent b800369 commit b749bff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions doc/docs/installation/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# To test prod
services:
watcharr:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
watcharr:
# The :latest tag is used for simplicity, it is recommended
Expand Down

0 comments on commit b749bff

Please sign in to comment.