From d146290195dbe69c27dfbf21eaaac06356411466 Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:39:42 +0100 Subject: [PATCH] added comment --- guacamole/docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guacamole/docker-compose.yaml b/guacamole/docker-compose.yaml index bf227ff..a9f8d1a 100644 --- a/guacamole/docker-compose.yaml +++ b/guacamole/docker-compose.yaml @@ -1,3 +1,6 @@ +# An image from abesnier that works as an all-in-one and does not require database initiation. +# I don't know if it has any limitations. For my needs it fits perfectly. + services: guacamole: image: abesnier/guacamole:latest @@ -5,4 +8,4 @@ services: volumes: - ${PATH_TO_CONFIG}:/config ports: - - 8080:8080 \ No newline at end of file + - 8080:8080