fix: paths and missing container name

This commit is contained in:
mk
2026-02-15 12:59:46 -03:00
parent 0951f21e8e
commit fae6ea1abe
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
user: 1000:1000 # should be owner of volumes
ports:
- "4533:4533"