fix daily backup running into conflict with elasticsearch

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-01 23:52:28 +01:00
parent c4107d1098
commit df91f5d483
3 changed files with 25 additions and 1 deletions

View file

@ -396,7 +396,8 @@
"environment": [
"TZ=%TIMEZONE%",
"discovery.type=single-node",
"ES_JAVA_OPTS=-Xms1024M -Xmx1024M"
"ES_JAVA_OPTS=-Xms1024M -Xmx1024M",
"POSTGRES_HOST=nextcloud-aio-database"
],
"volumes": [
{