From e506def56ff98f00cc57e03065c37531a0c8bf8d Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 24 Apr 2026 19:08:21 +0000 Subject: [PATCH] changed termix port --- termix/compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/termix/compose.yml b/termix/compose.yml index 7ceeab4..af77846 100644 --- a/termix/compose.yml +++ b/termix/compose.yml @@ -4,11 +4,11 @@ services: container_name: termix restart: unless-stopped ports: - - "8080:8080" + - "8580:8080" volumes: - $PWD/termix/data:/app/data environment: - PORT: "8080" + PORT: "8580" depends_on: - guacd networks: