mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
add fuse hint regarding alpine linux
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5ca8025dcd
commit
2197a3bdbf
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ Not directly but you have multiple options to achieve this:
|
|||
---
|
||||
|
||||
#### Failure of the backup container in LXC containers
|
||||
If you are running AIO in a LXC container, you need to make sure that FUSE is enabled in the LXC container settings. Otherwise the backup container will not be able to start as FUSE is required for it to work.
|
||||
If you are running AIO in a LXC container, you need to make sure that FUSE is enabled in the LXC container settings. Also, if using Alpine Linux as host OS, make sure to add fuse via `apk add fuse`. Otherwise the backup container will not be able to start as FUSE is required for it to work.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue