kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
ff5e1e4cb1
commit
e44a115292
|
@ -72,8 +72,8 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- /path/to/data:/config
|
||||||
- <path to music>:/music
|
- /path/to/music:/music
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -86,8 +86,8 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-v <path to data>:/config \
|
-v /path/to/data:/config \
|
||||||
-v <path to music>:/music \
|
-v /path/to/music:/music \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/daapd:latest
|
lscr.io/linuxserver/daapd:latest
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
|
||||||
* **31.05.22:** - Make sure the user has access to the audio device.
|
* **31.05.22:** - Make sure the user has access to the audio device.
|
||||||
* **31.05.22:** - Add new deps, flex and bison.
|
* **31.05.22:** - Add new deps, flex and bison.
|
||||||
* **12.02.22:** - Rebase to Alpine 3.15.
|
* **12.02.22:** - Rebase to Alpine 3.15.
|
||||||
|
|
Ładowanie…
Reference in New Issue