diff --git a/images/docker-headphones.md b/images/docker-headphones.md index 09a27f334..1fed4b018 100644 --- a/images/docker-headphones.md +++ b/images/docker-headphones.md @@ -51,9 +51,9 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - :/config - - :/downloads - - :/music + - /path/to/appdata/config:/config + - /path/to/downloads:/downloads + - /path/to/music:/music ports: - 8181:8181 restart: unless-stopped @@ -68,9 +68,9 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 8181:8181 \ - -v :/config \ - -v :/downloads \ - -v :/music \ + -v /path/to/appdata/config:/config \ + -v /path/to/downloads:/downloads \ + -v /path/to/music:/music \ --restart unless-stopped \ lscr.io/linuxserver/headphones:latest @@ -156,6 +156,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3. * **02.02.22:** - Rebasing to alpine 3.15. Updating to Python 3. * **19.12.19:** - Rebasing to alpine 3.11. * **28.06.19:** - Rebasing to alpine 3.10.