From 9d5400e5a9f35bdb72515b48d453adbf1718bb67 Mon Sep 17 00:00:00 2001 From: criz Date: Wed, 3 Sep 2025 01:41:20 +0200 Subject: [PATCH] Forgot restart for some -_- --- Containers/Gotify/compose.yml | 1 + Containers/OpenWebui/compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Containers/Gotify/compose.yml b/Containers/Gotify/compose.yml index 32a90b7..a23635b 100644 --- a/Containers/Gotify/compose.yml +++ b/Containers/Gotify/compose.yml @@ -1,5 +1,6 @@ services: gotify: + restart: always image: gotify/server ports: - 8084:80 diff --git a/Containers/OpenWebui/compose.yml b/Containers/OpenWebui/compose.yml index 3debc86..4a2580f 100644 --- a/Containers/OpenWebui/compose.yml +++ b/Containers/OpenWebui/compose.yml @@ -1,5 +1,6 @@ services: open-webui: + restart: always ports: - 3001:8080 volumes: