You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PHP 5.6 & Apache Dockerfile Example
2
2
3
-
A base PHP 5.6 Apache 2 image for demonstrating legacy projects.
3
+
A base PHP 5.6 Apache 2 image[^docker_pull_cmd_note] for demonstrating legacy projects available at [EWC Docker Hub](https://hub.docker.com/r/ewc2020/web).
4
4
5
5
An older version of ***PHP*** that some older codebase sites would require as an environment to run in.
6
6
@@ -26,3 +26,5 @@ PHP Extensions:
26
26
- pdo_mysql
27
27
- zip
28
28
- yaml
29
+
30
+
[^docker_pull_cmd_note] Use `docker pull ewc2020/web:php-5.6-apache` to get a copy of the image.
0 commit comments