Update termix.yaml

Fixed restart always
This commit is contained in:
2026-05-31 05:26:35 -04:00
parent 972d838d6f
commit 41b9f2bda2
+2 -2
View File
@@ -16,11 +16,11 @@ services:
PORT: 5674
depends_on:
- guacd
restart: on-failure:5
restart: unless-stopped
guacd:
image: guacamole/guacd:latest
container_name: Guacd
ports:
- 4822:4822
restart: on-failure:5
restart: unless-stopped