Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CANALS Gerome
docker-php
Commits
d5773d30
Commit
d5773d30
authored
7 years ago
by
CANALS Gerome
Browse files
Options
Downloads
Patches
Plain Diff
Test compose files for 5.6 and 7.1
parent
9300dc9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
php/test/README.md
+10
-6
10 additions, 6 deletions
php/test/README.md
with
10 additions
and
6 deletions
php/test/README.md
+
10
−
6
View file @
d5773d30
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment