From 30e2c6be251776bcfb72737afd131e37361ff0bd Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 21 Feb 2022 14:18:46 +0100 Subject: [PATCH] fix typo in readme Signed-off-by: szaimen --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 73e92fa9..069e0a16 100644 --- a/readme.md +++ b/readme.md @@ -81,14 +81,14 @@ You might investigate yourself though how it could made work behind reverse prox ### Which ports are mandatory to be open? Only those (if you acces the Mastercontainer Interface internally via port 8080): - `443/TCP` for the Nextcloud container -- `3478/TCP` and `3478/UPD` for the Talk container +- `3478/TCP` and `3478/UDP` for the Talk container ### Explanation of used ports: - `8080/TCP`: Mastercontainer Interface with self-signed certificate (works always, also if only access via IP-address is possible, e.g. `https://internal.ip.address:8080/`) - `80/TCP`: redirects to Nextcloud (is used for getting the certificate via ACME http-challenge for the Mastercontainer) - `8443/TCP`: Mastercontainer Interface with valid certificate (only works if port 80 and 8443 are open and you point a domain to your server. It generates a valid certificate then automatically and access via e.g. `https://public.domain.com:8443/` is possible.) - `443/TCP`: will be used by the Nextcloud container later on and needs to be open -- `3478/TCP` and `3478/UPD`: will be used by the Turnserver inside the Talk container and needs to be open +- `3478/TCP` and `3478/UDP`: will be used by the Turnserver inside the Talk container and needs to be open ### How to run `occ` commands? Simply run the following: `sudo docker exec -it nextcloud-aio-nextcloud php occ your-command`. Of course `your-command` needs to be exchanged with the command that you want to run.