Limit Supervisor container to 100mb memory

This commit is contained in:
Max Savard 2019-10-01 22:29:09 -04:00
parent f7e41126bb
commit 1f9f5dea97
No known key found for this signature in database
GPG key ID: B1E39D20A1EDB045

View file

@ -28,6 +28,7 @@ runSupervisor() {
--privileged \
$APPARMOR \
--security-opt seccomp=unconfined \
--memory=100m \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/run/dbus:/var/run/dbus \
-v "${HASSIO_DATA}":/data \