From 8f366e78aa2b402546a255a8c00575b0b080561f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz>
Date: Fri, 28 Apr 2023 12:38:28 +0200
Subject: [PATCH] docs: token-portal in README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 817991e..71ff0e1 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/`.
-- 
GitLab