mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
18 lines
382 B
YAML
18 lines
382 B
YAML
# 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
|
|
restart: always
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- 80:8080
|
|
volumes:
|
|
postgres:
|
|
driver: local |