Skip to content

Commit 92c2a3f

Browse files
committed
Mention memory limit for the redis service
1 parent 369ad8f commit 92c2a3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ services:
7878
start_period: 30s
7979
restart: unless-stopped
8080

81+
# You probably want to limit the memory usage of the cache, otherwise it might
82+
# hog all the available memory. Remove or change according to your needs.
83+
#mem_limit: 5gb
84+
8185
celery_worker:
8286
image: wger/server:latest
8387
command: /start-worker

0 commit comments

Comments
 (0)