changed termix port

This commit is contained in:
2026-04-24 19:08:21 +00:00
parent 50df320d41
commit e506def56f
+2 -2
View File
@@ -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: