From d5773d307296d352aec76febf7649e5d201d7b88 Mon Sep 17 00:00:00 2001
From: canals <gerome.canals@univ-lorraine.fr>
Date: Fri, 23 Jun 2017 15:56:06 +0200
Subject: [PATCH] Test compose files for 5.6 and 7.1

---
 php/test/README.md | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/php/test/README.md b/php/test/README.md
index 7eed43a..7145512 100644
--- a/php/test/README.md
+++ b/php/test/README.md
@@ -3,6 +3,7 @@
 ####php7.1 image :
 
 ```shell
+#!shell
 $ docker-compose -f docker-compose.test.7.1.yml up
 Creating web.test.canals.php.7.1
 Attaching to web.test.canals.php.7.1
@@ -13,17 +14,19 @@ Attaching to web.test.canals.php.7.1
 should lead to the creation and enaction of a container named _web.test.canals.php.7.1_ .
 
 To verify that everything goes well, just point your preferred browser to the following urls:
- * http://localhost:25080/
- * http://localhost:25080/index.html
- * http://localhost:25080/info.php
- * https://localhost:25443/
- * https://localhost:25443/index.html
- * https://localhost:25443/info.php
+
++ http://localhost:25080/
++ http://localhost:25080/index.html
++ http://localhost:25080/info.php
++ https://localhost:25443/
++ https://localhost:25443/index.html
++ https://localhost:25443/info.php
 
 
 ####php5.6 image :
 
 ```shell
+#!shell
 $ docker-compose -f docker-compose.test.5.6.yml up
   Creating web.test.canals.php.5.6
   Attaching to web.test.canals.php.5.6
@@ -34,6 +37,7 @@ $ docker-compose -f docker-compose.test.5.6.yml up
 should lead to the creation and enaction of a container named _web.test.canals.php.7.1_ .
 
 To verify that everything goes well, just point your preferred browser to the following urls:
+
 * http://localhost:26080/
 * http://localhost:26080/index.html
 * http://localhost:26080/info.php
-- 
GitLab