diff --git a/README.md b/README.md
index aeba09da0439fc473246e172acbc3ebf0d4fbbbe..1b921f4df68c780bd8b8781250ce618d00d0929b 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ In the current state, the configuration that is ready to use out-of-the-box, cov
 
 Of course, you can **extend** the OpenTalk lite setup to run all services available in the `docker-compose.yaml` file. However, this requires further configuration steps that are not part of this quick install guide. We will provide instructions for an extended setup later.
 
-### open Firewall ports
+### Open Firewall ports
 
 Ensure, that the ports `80/tcp`, `443/tcp` and `20000-40000/udp` are opened in your firewall and accessible from public.
 
@@ -151,10 +151,9 @@ SPACEDECK_API_TOKEN=ohP2AeBirineimohS6Pha1oaphoapoM2
 SPACEDECK_INVITE_CODE=eij9weipaxohYiexoh1loo5zae8ic2ah
 ETHERPAD_API_KEY=iethae9aulo0ung6Tida6uquahmahphi
 LIVEKIT_KEYS_API_SECRET=QEHNPlkZ4sIWecuB4rZQVtTWMire3ZbI
-LIVEKIT_E2EE_SALT=Mnn8IrFdE0cjWKQBLtB2fvulyYNvSDA1
 ```
 
-#### Add the secretes to the `config/controller.toml`
+#### Add the secrets to the `config/controller.toml`
 
 Add your or the generated secrets to `config/controller.toml` stored in the `.env` file.
 Use the following sed snippets or as an alternative you can also edit the `config/controller.toml` manually.
diff --git a/docker-compose.yaml b/docker-compose.yaml
index e6d33a83854b8a9e7dadbb83119c23f4b5adeba7..a0d29f4b2b6eca89b3a52f9f74d18b91d6a0b2bc 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -207,7 +207,7 @@ services:
     user: 0:0
     volumes:
       - ${KC_HOST_DATA_DIR:-./data/kc_data}:/opt/keycloak/data/:Z
-      - ${KC_HOST_POVIDER_DIR:-./data/kc_provider}:/opt/keycloak/providers:Z
+      - ${KC_HOST_PROVIDER_DIR:-./data/kc_provider}:/opt/keycloak/providers:Z
     ports:
       - ${KC_EXP_PORT:-8087}:8080
     healthcheck: