Skip to content

Commit f0bd4e5

Browse files
v1.1.33
v1.1.33
1 parent b7dd13d commit f0bd4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN make install
2323
WORKDIR /goaccess
2424
RUN cp /goaccess-temp/goaccess.tar.gz .
2525
RUN 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
2727
RUN sed -i "s/bottom: 190px/bottom: 260px/" /goaccess/resources/css/app.css
2828
RUN ./configure --enable-utf8 --enable-geoip=mmdb --with-getline
2929
RUN make
@@ -71,7 +71,7 @@ RUN chmod +x start.sh
7171
RUN mkdir -p /goaccess-logs/archives
7272

7373
VOLUME ["/opt/log"]
74-
VOLUME ["/opt/custom"]
74+
7575
EXPOSE 7880
7676
#CMD ["bash", "/goan/start.sh"]
7777
ENTRYPOINT ["tini", "--", "/goan/start.sh"]

0 commit comments

Comments
 (0)