mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-22 03:53:06 +00:00
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:
parent
8a17ded5c3
commit
9caabde382
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
VOLUME ["/data/logs", "/data/cache", "/data/cachedomains", "/var/www"]
|
||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443 8080
|
||||||
WORKDIR /scripts
|
WORKDIR /scripts
|
||||||
|
|
Loading…
Reference in a new issue