From c283b7d7561bf74032d27b3a99ae13a86a21bdaa Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:51:06 +0100 Subject: [PATCH] added --- guacamole/docker-compose.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 guacamole/docker-compose.yaml diff --git a/guacamole/docker-compose.yaml b/guacamole/docker-compose.yaml new file mode 100644 index 0000000..e5ccf20 --- /dev/null +++ b/guacamole/docker-compose.yaml @@ -0,0 +1,8 @@ +services: + guacamole: + image: abesnier/guacamole + container_name: guacamole + volumes: + - ${PATH_TO_CONFIG}:/config + ports: + - 8080:8080 \ No newline at end of file