kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
5fe2b92e55
commit
ffcf2bba93
|
@ -72,9 +72,9 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- </path/to/appdata/config>:/config
|
||||
- </path/to/music/library>:/music
|
||||
- </path/to/ingest>:/downloads
|
||||
- /path/to/beets/config:/config
|
||||
- /path/to/music/library:/music
|
||||
- /path/to/ingest:/downloads
|
||||
ports:
|
||||
- 8337:8337
|
||||
restart: unless-stopped
|
||||
|
@ -89,9 +89,9 @@ docker run -d \
|
|||
-e PGID=1000 \
|
||||
-e TZ=Etc/UTC \
|
||||
-p 8337:8337 \
|
||||
-v </path/to/appdata/config>:/config \
|
||||
-v </path/to/music/library>:/music \
|
||||
-v </path/to/ingest>:/downloads \
|
||||
-v /path/to/beets/config:/config \
|
||||
-v /path/to/music/library:/music \
|
||||
-v /path/to/ingest:/downloads \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/beets:latest
|
||||
```
|
||||
|
@ -118,7 +118,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
|
||||
| Volume | Function |
|
||||
| :----: | --- |
|
||||
| `/config` | Configuration files. |
|
||||
| `/config` | Persistent config files |
|
||||
| `/music` | Music library |
|
||||
| `/downloads` | Non processed music |
|
||||
|
||||
|
@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||
* **25.08.23:** - Rebase to Alpine 3.18, pin Pillow to 9.5.0.
|
||||
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||
* **25.03.23:** - Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html).
|
||||
|
|
Ładowanie…
Reference in New Issue