From d632df56bd6d7dd603e8d9bf450338d4d83e3e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casero=20Hern=C3=A1ndez?= Date: Thu, 1 Dec 2022 10:35:21 +0100 Subject: [PATCH] Update readme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated readme by including the info about "what happens if local storage doesn't appear on the interface" Signed-off-by: Sergio Casero Hernández --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 3695fe39..a8934290 100644 --- a/readme.md +++ b/readme.md @@ -446,6 +446,8 @@ You can then navigate to the apps management page, activate the external storage Be aware though that these locations will not be covered by the built-in backup solution! +Note: If you can't see the type "local storage" in the admin options, a restart of the nextcloud containers may be required, go to YOUR_IP/containers, and restart them + ### How to adjust the Talk port? By default will the talk container use port `3478/UDP` and `3478/TCP` for connections. You can adjust the port by adding e.g. `-e TALK_PORT=3478` to the initial docker run command and adjusting the port to your desired value.