mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-31 07:50:08 +00:00
fix: change oom_score_adj from -1000 to -500 per review feedback
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/53fe8b24-fd33-494f-a9c7-9732b56c9055 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6781853e9e
commit
988258bb2c
@@ -32,7 +32,7 @@ Here is a command to quickly launch a container :
|
||||
docker run \
|
||||
--rm \
|
||||
--name nextcloud-aio-mastercontainer \
|
||||
--oom-score-adj -1000 \
|
||||
--oom-score-adj -500 \
|
||||
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
|
||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||
ghcr.io/nextcloud-releases/all-in-one:latest
|
||||
|
||||
Reference in New Issue
Block a user