diff --git a/images/docker-ubooquity.md b/images/docker-ubooquity.md index ee028fa193..c7f2921fb8 100644 --- a/images/docker-ubooquity.md +++ b/images/docker-ubooquity.md @@ -69,12 +69,12 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - - MAXMEM= + - MAXMEM= volumes: - - :/config - - :/books - - :/comics - - :/files + - /path/to/data:/config + - /path/to/books:/books + - /path/to/comics:/comics + - /path/to/raw/files:/files ports: - 2202:2202 - 2203:2203 @@ -89,13 +89,13 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ - -e MAXMEM= \ + -e MAXMEM= \ -p 2202:2202 \ -p 2203:2203 \ - -v :/config \ - -v :/books \ - -v :/comics \ - -v :/files \ + -v /path/to/data:/config \ + -v /path/to/books:/books \ + -v /path/to/comics:/comics \ + -v /path/to/raw/files:/files \ --restart unless-stopped \ lscr.io/linuxserver/ubooquity:latest @@ -119,7 +119,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `MAXMEM=` | To set the maximum memory. ( ex: set '1024' for 1GB ) | +| `MAXMEM=` | To set the maximum memory. ( ex: set '1024' for 1GB ) | ### Volume Mappings (`-v`) @@ -184,6 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **05.03.23:** - Rebase to Alpine 3.17. * **10.10.22:** - Rebasing to alpine 3.16, migrate to s6v3. * **23.01.21:** - Rebasing to alpine 3.13. * **01.06.20:** - Rebasing to alpine 3.12.