diff --git a/README.md b/README.md
index 817991ec6d76c173979ad97b7eb7f00944679910..71ff0e10eaca7c96679d1ff8e5f15b13dce31f19 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ A docker image with https://github.com/rciam/simple-oidc-client-php
 
 ## Volumes
 
-You need to mount `config.php` into `/app/token/` inside the container. See [documentation](https://github.com/rciam/simple-oidc-client-php#simple-oidc-client---authentication) or [example config](https://github.com/rciam/simple-oidc-client-php/blob/master/example-config.php) for inspiration.
+You need to mount `config.php` into `/app/token-portal/` inside the container. See [documentation](https://github.com/rciam/simple-oidc-client-php#simple-oidc-client---authentication) or [example config](https://github.com/rciam/simple-oidc-client-php/blob/master/example-config.php) for inspiration.
 
 ## Usage
 
-You can use nginx with fastcgi_pass (port 9000). The root folder is `/app/token/`.
+You can use nginx with fastcgi_pass (port 9000). The root folder is `/app/token-portal/`.