Upgrade elasticsearch to version 7.10.0 (#144)

* Upgrade elasticsearch to version 7.10.0

* Upgrade elasticsearch to version 7.10.0 in docker-compose
This commit is contained in:
Evgeniy Antonyuk 2022-03-23 15:20:18 +03:00 committed by GitHub
parent 39ed0cd26b
commit dae2b9c7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -91,7 +91,7 @@ RUN apt-get -y update && \
jq \
openjdk-8-jre-headless \
apt-transport-https \
elasticsearch=7.9.0 \
elasticsearch=7.10.0 \
mono-webserver-hyperfastcgi=0.4-7 \
dotnet-sdk-6.0 \
${PACKAGE_SYSNAME}-communityserver \

View File

@ -48,7 +48,7 @@ services:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- ./certs:/var/www/onlyoffice/Data/certs
onlyoffice-elasticsearch:
image: onlyoffice/elasticsearch:7.9.0
image: onlyoffice/elasticsearch:7.10.0
container_name: onlyoffice-elasticsearch
restart: always
environment:

View File

@ -62,7 +62,7 @@ services:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- ./certs:/var/www/onlyoffice/Data/certs
onlyoffice-elasticsearch:
image: onlyoffice/elasticsearch:7.9.0
image: onlyoffice/elasticsearch:7.10.0
container_name: onlyoffice-elasticsearch
restart: always
environment:

View File

@ -62,7 +62,7 @@ services:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- ./certs:/var/www/onlyoffice/Data/certs
onlyoffice-elasticsearch:
image: onlyoffice/elasticsearch:7.9.0
image: onlyoffice/elasticsearch:7.10.0
container_name: onlyoffice-elasticsearch
restart: always
environment:

View File

@ -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.9.0"
APP_INDEX_DIR="${APP_DATA_DIR}/Index/v7.10.0"
APP_PRIVATE_DATA_DIR="${APP_DATA_DIR}/.private"
APP_SERVICES_DIR="${APP_DIR}/Services"
APP_CONFIG_DIR="/etc/onlyoffice/communityserver"