From 71e5a5b8f45e7823dc5de2c828dcad6e69c1c6a7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 2 Nov 2022 16:48:07 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-xbackbone.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/docker-xbackbone.md b/images/docker-xbackbone.md index f0ddb75df..499144c4f 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.