diff --git a/doc/deployment.md b/doc/deployment.md
index 921fde3ef07c53649bda54491577ea2730217e01..3f88e32c5b4415031078de0372c72462e752bf78 100644
--- a/doc/deployment.md
+++ b/doc/deployment.md
@@ -114,19 +114,19 @@ sudo cp docker-compose.yaml.configure docker-compose.yaml
 
     In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml`.
 
-    ```
-    DB_DATABASE: keycloak
-    DB_USER: keycloak
-    DB_PASSWORD: password
-    ```
+```
+DB_DATABASE: keycloak
+DB_USER: keycloak
+DB_PASSWORD: password
+```
 
 2. If you want to change the keycloak admin password:
 
     In folder `org.etsi.osl.main/compose/` edit the file `docker-compose.yaml`
 
-    ```
-    KEYCLOAK_PASSWORD: Pa55w0rd
-    ```
+```
+KEYCLOAK_PASSWORD: Pa55w0rd
+```
 
 ### 4. Configure bugzilla container *(optional)*
 
@@ -154,11 +154,11 @@ And add the provided Bugzilla installation information:
 ```
 
 Bugzilla should have the following components under the specified product:  
-- NSD Deployment Request: Component used to schedule deployment req  
-- Onboarding: Issues related to VNF/NSD Onboarding  
-- Operations Support: Default component for operations support  
-- Validation: Use to track validation processes of VNFs and NSDs  
-- VPN Credentials/Access: Used for requesting VPN Credentials/Access   
+* NSD Deployment Request: Component used to schedule deployment req  
+* Onboarding: Issues related to VNF/NSD Onboarding  
+* Operations Support: Default component for operations support  
+* Validation: Use to track validation processes of VNFs and NSDs  
+* VPN Credentials/Access: Used for requesting VPN Credentials/Access   
 
 Also in the 'Main Site Operations' product, a version named 'unspecified' must be created.