Skip to content

Commit

Permalink
Remove obsolete attribute version from the docker-compose.yml (#181)
Browse files Browse the repository at this point in the history
the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 

https://docs.docker.com/reference/compose-file/version-and-name/
  • Loading branch information
Josef-Friedrich authored Nov 9, 2024
1 parent 72db6d9 commit 5f29963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/Installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ run Navidrome.
Create a `docker-compose.yml` file with the following content (or add the `navidrome` service
below to your existing file):
```yaml
version: "3"
services:
navidrome:
image: deluan/navidrome:latest
Expand Down

0 comments on commit 5f29963

Please sign in to comment.