Skip to content

Commit d4549c1

Browse files
committed
updated the readme
1 parent c6cada5 commit d4549c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sudo docker run -d --network bridge -p 8082:80/tcp -v "$(pwd)"/public_html:/var/
7474
- Using `--name php-5-6-web-server`
7575

7676
To name the ***Container*** being created.
77-
77+
7878
### Start Container
7979

8080
```bash
@@ -113,6 +113,10 @@ sudo docker-compose up --build -d
113113
sudo docker exec -it php-5-6-web-server /bin/bash
114114
```
115115

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+
116120
[^docker_pull_cmd_note]: Use `docker pull ewc2020/web:php-5.6-apache` to get a copy of the image.
117121

118122
[^multi_stage_builds_note]: Used mostly in ***Multi Stage*** image builds.

0 commit comments

Comments
 (0)