Updated version with guacd for RDP connexions
This commit is contained in:
+16
-3
@@ -9,7 +9,20 @@ services:
|
||||
- /var/lib/docker/volumes/termix-data:/app/data
|
||||
environment:
|
||||
PORT: "8080"
|
||||
depends_on:
|
||||
- guacd
|
||||
networks:
|
||||
- termix-net
|
||||
|
||||
volumes:
|
||||
termix-data:
|
||||
driver: local
|
||||
guacd:
|
||||
image: guacamole/guacd:1.6.0
|
||||
container_name: guacd
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "4822:4822"
|
||||
networks:
|
||||
- termix-net
|
||||
|
||||
networks:
|
||||
termix-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user