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: