From 331442fe388035e986e8b8efb8732cf185062cdb Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 17 Dec 2022 15:43:34 +0100 Subject: [PATCH] add two more points to manual-install Signed-off-by: Simon L --- manual-install/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual-install/readme.md b/manual-install/readme.md index 24efebca..da98efa8 100644 --- a/manual-install/readme.md +++ b/manual-install/readme.md @@ -5,12 +5,14 @@ You can run the containers that are build for AIO with docker-compose. This come ### Advantages - You can run it without a container having access to the docker socket - You can modify all values on your own +- You can run the containers with docker swarm ### Disadvantages - You lose the AIO interface - You lose update notifications and automatic updates - You lose all AIO backup and restore features - You need to know what you are doing, especially when modifying the docker-compose file +- For updating, you need to strictly follow the at the bottom described update routine - Probably more ## How to use this?