18 lines
382 B
YAML
Raw Normal View History

2024-07-24 15:04:00 +02:00
# https://github.com/jwetzell/docker-guacamole
# client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5.
name: guacamole
services:
guacamole:
image: jwetzell/guacamole:1.5.5
container_name: guacamole
2025-01-13 09:22:09 +01:00
restart: always
2024-07-24 15:04:00 +02:00
volumes:
- ./config:/config
ports:
- 80:8080
volumes:
postgres:
driver: local