Update guacamole configuration files to modify IMAGE references and enhance TOTP description

This commit is contained in:
gyurix
2025-05-01 10:40:13 +02:00
parent 70825a2299
commit e3df2a911b
3 changed files with 7 additions and 4 deletions

View File

@@ -86,7 +86,7 @@
"POST_START": "null"
},
{
"IMAGE": "guacamole/guacd",
"IMAGE": "safebox/guacamole-server:1.6",
"UPDATE": "true",
"NAME": "guacd-app",
"MEMORY": "256M",
@@ -118,7 +118,7 @@
"POST_START": "null"
},
{
"IMAGE": "safebox/guacamole-tomcat",
"IMAGE": "safebox/guacamole-tomcat:1.6",
"UPDATE": "true",
"NAME": "guacamoletomcat",
"ROLES": "backend-www",