Remove extended memory setting in docker-compose

This commit is contained in:
eikek 2021-11-19 22:22:15 +01:00
parent 58c63087e9
commit 79c64f957d

View File

@ -37,8 +37,10 @@ services:
joex:
image: docspell/joex:latest
container_name: docspell-joex
command:
- -J-Xmx3G
## For more memory add corresponding arguments, like below. Also see
## https://docspell.org/docs/configure/#jvm-options
# command:
# - -J-Xmx3G
restart: unless-stopped
environment:
- TZ=Europe/Berlin