Skip to content
Snippets Groups Projects
Commit d5773d30 authored by CANALS Gerome's avatar CANALS Gerome
Browse files

Test compose files for 5.6 and 7.1

parent 9300dc9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment