diff --git a/docker/apache2/000-default.conf b/docker/apache2/000-default.conf index 07ae9aa..9bf27ac 100644 --- a/docker/apache2/000-default.conf +++ b/docker/apache2/000-default.conf @@ -26,4 +26,4 @@ # following line enables the CGI configuration for this host only # after it has been globally disabled with "a2disconf". #Include conf-available/serve-cgi-bin.conf - + \ No newline at end of file diff --git a/docker/attacker/dockerfile b/docker/attacker/dockerfile index 9aa40f9..6845798 100644 --- a/docker/attacker/dockerfile +++ b/docker/attacker/dockerfile @@ -1,4 +1,3 @@ FROM alpine:latest -RUN apk add --no-cache curl iputils-ping -# CMD ["curl", "webserver:443"] -CMD ["ping", "webserver -c 4"] +RUN apk add --no-cache curl +CMD ["curl", "webserver:80"] \ No newline at end of file