diff --git a/php/test/README.md b/php/test/README.md index 7eed43acc4330afc66badc5c00072bb84ef9556f..7145512bba5cd3297cb62f8622b2c97d247cadc6 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