mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Remove extended memory setting in docker-compose
This commit is contained in:
parent
58c63087e9
commit
79c64f957d
@ -37,8 +37,10 @@ services:
|
|||||||
joex:
|
joex:
|
||||||
image: docspell/joex:latest
|
image: docspell/joex:latest
|
||||||
container_name: docspell-joex
|
container_name: docspell-joex
|
||||||
command:
|
## For more memory add corresponding arguments, like below. Also see
|
||||||
- -J-Xmx3G
|
## https://docspell.org/docs/configure/#jvm-options
|
||||||
|
# command:
|
||||||
|
# - -J-Xmx3G
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user