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