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
@@ -113,6 +113,10 @@ sudo docker-compose up --build -d
113
113
sudo docker exec -it php-5-6-web-server /bin/bash
114
114
```
115
115
116
+
# Disclaimer
117
+
118
+
This Apache2 + PHP 5.6 build environment should ***NOT*** be used anywhere near a ***production*** environment. This build is for showcasing legacy systems that simple would not run in modern environments & as such it is littered with security holes and exploitation's.
119
+
116
120
[^docker_pull_cmd_note]: Use `docker pull ewc2020/web:php-5.6-apache` to get a copy of the image.
117
121
118
122
[^multi_stage_builds_note]: Used mostly in ***Multi Stage*** image builds.
0 commit comments