From 9a29092f7dd17458d698ab5f20cead6197a442f6 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 1 Aug 2023 08:29:40 +0000
Subject: [PATCH] Update jupiterhub-for-openbis.md

---
 .../advance-features/jupiterhub-for-openbis.md                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-documentation/advance-features/jupiterhub-for-openbis.md b/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
index e74832b7390..9d18ef793ba 100644
--- a/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
+++ b/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
@@ -79,7 +79,7 @@ the following command:
 
 | :warning: **Please note the following configuration options:** |
 |:---------------------------|
-| 1. -v /Users/juanf/jupyterhub-local/home:/home - <br />This option is only required if you want to store the changes you are making. You need to have a home directory for this. It is not necessary for testing, as the image will provide a default one. This directory should contain a "vagrant" sub directory.<br />2. -v /Users/juanf/jupyterhub-local/config/certificates:/vagrant/config/certificates - <br />This option is only required in production environments where you need valid certificates. It is not necssary for testing, as the image will provide a default one.<br />3. OPENBIS_URL= https://129.132.228.42:8443 - By defaut docker is in bridge mode, which means that your docker container accesses your local machine network directly through it. If you have a local openBIS installation please use your IP address; if you use a server installation use the typical address you use to access it. |
+| **1.** -v /Users/juanf/jupyterhub-local/home:/home <br />This option is only required if you want to store the changes you are making. You need to have a home directory for this. It is not necessary for testing, as the image will provide a default one. This directory should contain a "vagrant" sub directory.<br />**2.** -v /Users/juanf/jupyterhub-local/config/certificates:/vagrant/config/certificates <br />This option is only required in production environments where you need valid certificates. It is not necssary for testing, as the image will provide a default one.<br />**3.** OPENBIS_URL= https://129.132.228.42:8443 <br />By defaut docker is in bridge mode, which means that your docker container accesses your local machine network directly through it. If you have a local openBIS installation please use your IP address; if you use a server installation use the typical address you use to access it. |
 
 > :warning:   **Please note the following configuration options:** 
 > 1. -v /Users/juanf/jupyterhub-local/home:/home - 
-- 
GitLab