Update readme.md

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 <soy@sergiocasero.es>
This commit is contained in:
Sergio Casero Hernández 2022-12-01 10:35:21 +01:00 committed by GitHub
parent d34e18ee91
commit d632df56bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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! 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? ### 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. 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.