diff --git a/images/docker-xbackbone.md b/images/docker-xbackbone.md index f0ddb75dff..499144c4fb 100755 --- a/images/docker-xbackbone.md +++ b/images/docker-xbackbone.md @@ -48,9 +48,6 @@ Example: For reverse proxying, remember to change the `base_url` in `/config/www/xbackbone/config.php` to your domain if you initially set up the application with a local url. E.g. `'base_url' => 'https://images.yourdomain.com',` -**Updating** - - To update Xbackbone, go to /system and click upgrade if there's a new version available. A container update does not update the Xbackbone application. - ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -170,6 +167,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **01.11.22:** - Move application install to /app/www/public, add migration notices for existing users. Container updates should now update the application correctly * **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)). * **02.08.22:** - Added note about updating. * **06.06.21:** - Initial Release.