From 45691e31df4ad055ed2e2e7e642fb6611414b6cf Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 7 Jun 2023 16:44:22 +0200 Subject: [PATCH] make watchtower read-only Signed-off-by: Simon L --- php/containers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index f72fb3f2..b2e01af2 100644 --- a/php/containers.json +++ b/php/containers.json @@ -388,7 +388,8 @@ "destination": "/var/run/docker.sock", "writeable": false } - ] + ], + "read_only": true }, { "container_name": "nextcloud-aio-domaincheck",