update termix
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2026-03-20 21:45:11 -03:00
parent a5b82048b7
commit 4c9706733f

View File

@@ -8,4 +8,21 @@ services:
volumes:
- /home/ccalifice/docker-data/termix/termix-data:/app/data
environment:
PORT: "8080"
PORT: "8080"
depends_on:
- guacd
networks:
- termix-net
guacd:
image: guacamole/guacd:latest
container_name: guacd
restart: unless-stopped
ports:
- "4822:4822"
networks:
- termix-net
networks:
termix-net:
driver: bridge