Skip to content

Commit

Permalink
bump elasticsearch from 7.4.0 to 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybannov committed Jan 27, 2021
1 parent 9aa5207 commit b74bd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN apt-get -y update && \
jq \
openjdk-8-jre-headless \
apt-transport-https \
elasticsearch=7.4.0 \
elasticsearch=7.9.0 \
mono-webserver-hyperfastcgi=0.4-7 \
${PACKAGE_SYSNAME}-communityserver \
${PACKAGE_SYSNAME}-xmppserver && \
Expand Down
2 changes: 1 addition & 1 deletion run-community-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "##########################################################"
SERVER_HOST=${SERVER_HOST:-""};
APP_DIR="/var/www/onlyoffice"
APP_DATA_DIR="${APP_DIR}/Data"
APP_INDEX_DIR="${APP_DATA_DIR}/Index/v7.4.0"
APP_INDEX_DIR="${APP_DATA_DIR}/Index/v7.9.0"
APP_PRIVATE_DATA_DIR="${APP_DATA_DIR}/.private"
APP_SERVICES_DIR="${APP_DIR}/Services"
APP_SQL_DIR="${APP_DIR}/Sql"
Expand Down

0 comments on commit b74bd59

Please sign in to comment.