diff --git a/README.md b/README.md index 7546074..a11d343 100644 --- a/README.md +++ b/README.md @@ -10,28 +10,29 @@ Link on github: [riftbit/docker-serviio](https://github.com/riftbit/docker-servi ### Build Args - - **VERSION** = 2.1 - serviio version - - **FFMPEG_VERSION** = 4.2 + - `VERSION` = 2.1 - serviio version + - `FFMPEG_VERSION` = 4.2 ### Exposed Ports - - **1900:1900/udp** - - **8895:8895/tcp** - - **23423:23423/tcp** - HTTP/1.1 /console /rest - - **23523:23523/tcp** - HTTPS/1.1 /console /rest - - **23424:23424/tcp** - HTTP/1.1 /cds /mediabrowser - - **23524:23524/tcp** - HTTPS/1.1 /cds /mediabrowser + - `1900:1900/udp` + - `8895:8895/tcp` + - `23423:23423/tcp` - HTTP/1.1 /console /rest + - `23523:23523/tcp` - HTTPS/1.1 /console /rest + - `23424:23424/tcp` - HTTP/1.1 /cds /mediabrowser + - `23524:23524/tcp` - HTTPS/1.1 /cds /mediabrowser -### Volumes - - **/opt/serviio/config** - - **/opt/serviio/library** - - **/opt/serviio/plugins** - - **/opt/serviio/log** - - **/media/serviio** - put media content here and add in serviio gui this path +### Recomended Volumes (no auto mounting now) + - `/opt/serviio/config` + - `/opt/serviio/library` + - `/opt/serviio/plugins` + - `/opt/serviio/log` + - `/media/serviio` - put media content here and add in serviio gui this path ### Container Changelog (dd.mm.yy) + - **19.03.2021** - Update FFMPEG to 4.3.2, add healthcheck (PR #19), cleanup volumes (mount only if you need it) - **07.12.2020** - Update alpine to 3.12, fix dcraw.c build (add jasper build from source), removed config volume - **28.05.2020** - Update Serviio version to 2.1, alpine to 3.11, ffmpeg to 4.2, fix dcraw.c path - **27.05.2019** - Update Serviio version to 2.0 and alpine to latest on build date