Skip to content

Just a test docker environment for isolating a webserver container

Notifications You must be signed in to change notification settings

andymel123/proxy_webserver_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy_webserver_docker

Just a test docker environment for isolating a webserver container

I want to prevent (unknown) access from the (legacy) php backend to any third party services

Run with docker-compose -up Access 'localhost' in browser See the logs of prox (nginx proxy) and webs (apache webserver, legacy)

docker exec -it webs /bin/bash ping www.google.com -> does not work

docker exec -it prox sh ping www.google.com -> does work

About

Just a test docker environment for isolating a webserver container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages