mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 06:05:59 +00:00
Remove extended memory setting in docker-compose
This commit is contained in:
parent
58c63087e9
commit
79c64f957d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user