From 778c74e32773cf39a6a510244cc03dbc253babd0 Mon Sep 17 00:00:00 2001 From: deon Date: Tue, 28 May 2024 11:00:21 +0000 Subject: [PATCH] Update Installation --- Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index e64dd7c..a6e96cc 100644 --- a/Installation.md +++ b/Installation.md @@ -243,7 +243,7 @@ services: deploy: resources: limits: - memory: 128M + memory: 256M healthcheck: test: [ "CMD", "curl", "--fail", "http://localhost:9000/minio/health/live" ] interval: 60s @@ -346,8 +346,9 @@ _NOTES:_ ### Make necessary directories ```plaintext -# mkdir app app/cache app/data app/fido app/logs app/sessions haproxy minio postgres nginx +# mkdir app app/cache app/data app/fido app/logs app/sessions haproxy memcached minio postgres nginx # sudo chown -R 82:82 app/ +# sudo chown 11211:11211 memcached ``` ### Create the app encryption key