From 94f758ce2598ed6e728b89cc25be9813b4205001 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Mon, 1 Dec 2025 23:15:07 +0100 Subject: [PATCH] loglist: automatically start the containers on computer start. --- xmpp2/loglist.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmpp2/loglist.yml b/xmpp2/loglist.yml index 2ba287d..a978946 100644 --- a/xmpp2/loglist.yml +++ b/xmpp2/loglist.yml @@ -92,6 +92,7 @@ networks: - name: loglist default_host_ip: '' + restart_policy: unless-stopped notify: Prune Docker - name: Copy the application configuration file @@ -124,6 +125,7 @@ networks: - name: loglist default_host_ip: '' + restart_policy: unless-stopped notify: Prune Docker - name: Set up the nginx configuration file