From 4cff57af4323cbfca471b05137b0d07f87ca49ec Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 25 Apr 2025 14:34:13 +0200 Subject: [PATCH] Update guacamole service configuration to use the new image repository --- guacamole/service-guacamole.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/service-guacamole.json b/guacamole/service-guacamole.json index 82bd1fa..3cf3d2d 100644 --- a/guacamole/service-guacamole.json +++ b/guacamole/service-guacamole.json @@ -86,7 +86,7 @@ "POST_START": "null" }, { - "IMAGE": "registry.format.hu/guacamole-guacd", + "IMAGE": "safebox/guacamole-guacd", "UPDATE": "true", "NAME": "guacd-app", "MEMORY": "256M",