diff --git a/tests/setup.inc b/tests/setup.inc index 1df725b1..2cf689ed 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -22,7 +22,7 @@ launch_containers() { docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \ -e PACKAGE="$PACKAGE" \ -e PILER_HOST="cust1.acts.hu" \ - -p 80:80 -p 25:25 \ + -p 127.0.0.1:80:80 -p 25:25 \ -v "${PACKAGE_DIR}:/data:ro" \ -v "${CONFIG_DIR}/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro" \ "$docker_image"