From c795bb00f45fef1929f3c5741975e73b6f51963c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 30 May 2024 23:28:40 -0400 Subject: [PATCH] More documentation --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 75d17db..a8d02c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -116,6 +116,8 @@ services: # - PMA_ARBITRARY=1 # - UPLOAD_LIMIT=1G + # Need to fix the memory overcommit warning from Redis + # https://ourcodeworld.com/articles/read/2083/how-to-remove-redis-warning-on-docker-memory-overcommit-must-be-enabled redis: restart: always container_name: ${CONTAINER_REDIS}