feat(guacamole): add guacamole stack

This commit is contained in:
2026-01-22 17:28:53 +01:00
parent a18265f8ed
commit d49efb0811

View File

@@ -0,0 +1,8 @@
services:
guacamole:
image: oznu/guacamole
container_name: guacamole
volumes:
- "../../volumes/guacamole:/config"
ports:
- 8666:8080