diff --git a/docs/images/docker-overseerr.md b/docs/images/docker-overseerr.md index a8fb02901..36ea98e69 100755 --- a/docs/images/docker-overseerr.md +++ b/docs/images/docker-overseerr.md @@ -64,7 +64,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/appdata/config:/config + - /path/to/overseerr/config:/config ports: - 5055:5055 restart: unless-stopped @@ -79,7 +79,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 5055:5055 \ - -v /path/to/appdata/config:/config \ + -v /path/to/overseerr/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/overseerr:latest ``` @@ -106,7 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | Contains all relevant configuration files. | +| `/config` | Persistent config files | #### Miscellaneous Options @@ -276,6 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **18.12.22:** - Rebase main to 3.17. * **27.10.22:** - Rebase main to 3.16, migrate to s6v3.