File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN make install
2323WORKDIR /goaccess
2424RUN cp /goaccess-temp/goaccess.tar.gz .
2525RUN tar --strip-components=1 -xzvf goaccess.tar.gz
26- RUN sed -i "s/GWSocket<\/ a>/GWSocket<\/ a> ( <a href='https:\/\/ tiny.one\/ xgoan'>GOAN<\/ a> <span>v1.1.32 <\/ span> )/" /goaccess/resources/tpls.html
26+ RUN sed -i "s/GWSocket<\/ a>/GWSocket<\/ a> ( <a href='https:\/\/ tiny.one\/ xgoan'>GOAN<\/ a> <span>v1.1.33 <\/ span> )/" /goaccess/resources/tpls.html
2727RUN sed -i "s/bottom: 190px/bottom: 260px/" /goaccess/resources/css/app.css
2828RUN ./configure --enable-utf8 --enable-geoip=mmdb --with-getline
2929RUN make
@@ -71,7 +71,7 @@ RUN chmod +x start.sh
7171RUN mkdir -p /goaccess-logs/archives
7272
7373VOLUME ["/opt/log" ]
74- VOLUME [ "/opt/custom" ]
74+
7575EXPOSE 7880
7676# CMD ["bash", "/goan/start.sh"]
7777ENTRYPOINT ["tini" , "--" , "/goan/start.sh" ]
You can’t perform that action at this time.
0 commit comments