SyntaxFix
Write A Post
Hire A Developer
Questions
if you use docker-compose.ymlfile:
docker-compose.yml
services: varnish: ports: - 80 - 6081
You can also specify the host/network port as HOST/NETWORK_PORT:CONTAINER_PORT
HOST/NETWORK_PORT:CONTAINER_PORT
varnish: ports: - 81:80 - 6081:6081