fix: upload files to redirected RDP drives (#1356)

This commit is contained in:
ZacharyZcR
2026-08-28 10:36:54 +08:00
committed by GitHub
parent bf67f56c51
commit 0f39ce6369
8 changed files with 141 additions and 15 deletions
+9 -2
View File
@@ -331,6 +331,11 @@ services:
- termix-data:/app/data
environment:
PORT: "8080"
GUACD_HOST: "guacd"
GUACD_TUNNEL_HOST: "termix"
GUACD_RECORDING_PATH: "/termix-data/session_recordings/guacamole"
# guacd, not the Termix container, reads and writes redirected-drive files.
GUACD_DRIVE_PATH: "/termix-data/rdp-drive"
depends_on:
- guacd
networks:
@@ -340,8 +345,10 @@ services:
image: guacamole/guacd:1.6.0
container_name: guacd
restart: unless-stopped
ports:
- "4822:4822"
volumes:
# The official guacd image runs as a non-root user. Keep the drive path
# in this writable shared volume instead of bind-mounting /drive.
- termix-data:/termix-data
networks:
- termix-net