mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-12-24 11:06:18 +00:00
added webtrees and guacamole
This commit is contained in:
17
guacamole/compose.yml
Normal file
17
guacamole/compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 80:8080
|
||||
volumes:
|
||||
postgres:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user