From 41b9f2bda231dc3a6693e7142c2fbb1598c19bb2 Mon Sep 17 00:00:00 2001 From: Michael Sitz Date: Sun, 31 May 2026 05:26:35 -0400 Subject: [PATCH] Update termix.yaml Fixed restart always --- termix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/termix.yaml b/termix.yaml index 76adf09..71a1da3 100644 --- a/termix.yaml +++ b/termix.yaml @@ -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 \ No newline at end of file + restart: unless-stopped \ No newline at end of file