From 02a3d1fb1efd2475230ddc2add2057591e779b53 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 11 Feb 2022 17:12:27 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-xbackbone.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/docker-xbackbone.md b/images/docker-xbackbone.md index 81da2aea3c..6753ff8663 100755 --- a/images/docker-xbackbone.md +++ b/images/docker-xbackbone.md @@ -48,6 +48,9 @@ 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. @@ -167,4 +170,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **02.08.2022:** - Added note about updating. * **06.06.2021:** - Initial Release.