Merge pull request #785 from ZacharyZcR/fix/docker-guacd-arm64

fix: improve docker-compose guacd config for ARM64 and network isolation
This commit is contained in:
ZacharyZcR
2026-05-18 04:34:31 +08:00
committed by GitHub
+2 -2
View File
@@ -1,3 +1,4 @@
services:
services: services:
termix: termix:
image: ghcr.io/lukegus/termix:latest image: ghcr.io/lukegus/termix:latest
@@ -9,6 +10,7 @@ services:
- termix-data:/app/data - termix-data:/app/data
environment: environment:
PORT: "8080" PORT: "8080"
GUACD_HOST: "guacd"
depends_on: depends_on:
- guacd - guacd
networks: networks:
@@ -18,8 +20,6 @@ services:
image: guacamole/guacd:1.6.0 image: guacamole/guacd:1.6.0
container_name: guacd container_name: guacd
restart: unless-stopped restart: unless-stopped
ports:
- "4822:4822"
networks: networks:
- termix-net - termix-net