From 608d6ebec0890d594b974fb66e8f22b942ee9d63 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 20 Oct 2022 10:43:18 +0200 Subject: [PATCH] latest production image --- nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.yml b/nextcloud.yml index 7aed2d0..1c2ff34 100644 --- a/nextcloud.yml +++ b/nextcloud.yml @@ -88,7 +88,7 @@ version: '3.6' services: nextcloud.{{inventory_hostname}}: - image: nextcloud:latest + image: nextcloud:production security_opt: - no-new-privileges:true restart: unless-stopped