Added missing expose of metrics port in dockerfile

Co-authored-by: William Bergmann Børresen <ninkaninus@users.noreply.github.com>
This commit is contained in:
Mikkel Albrechtsem 2023-10-29 00:00:57 +02:00
parent 8a17ded5c3
commit 9caabde382

View file

@ -45,5 +45,5 @@ RUN git clone --depth=1 --no-single-branch https://github.com/uklans/cache-domai
VOLUME ["/data/logs", "/data/cache", "/data/cachedomains", "/var/www"]
EXPOSE 80 443
EXPOSE 80 443 8080
WORKDIR /scripts