Update Installation
parent
3297728295
commit
778c74e327
@ -243,7 +243,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 128M
|
memory: 256M
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "curl", "--fail", "http://localhost:9000/minio/health/live" ]
|
test: [ "CMD", "curl", "--fail", "http://localhost:9000/minio/health/live" ]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
@ -346,8 +346,9 @@ _NOTES:_
|
|||||||
### Make necessary directories
|
### Make necessary directories
|
||||||
|
|
||||||
```plaintext
|
```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 -R 82:82 app/
|
||||||
|
# sudo chown 11211:11211 memcached
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create the app encryption key
|
### Create the app encryption key
|
||||||
|
Loading…
Reference in New Issue
Block a user