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