Memcached – How to configure host machine to access Apache ServeName in Docker
How to configure my Dockerfile or docker-compose for that my host machine can resolve a ServerName like http://myapp.env instead http://localhost:8080?! I tried to configure my local hosts file with the ip from container, but without success, like this 172.20.0.3 goforce.env…