From ec04dba63231fc861106f97e2436d982a2db4e5c Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Mon, 13 Jan 2025 12:01:32 +0100 Subject: [PATCH] Restart container unless stopped --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 0a7166a..0d7a05c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,6 +14,7 @@ services: environment: NODE_ENV: production DISCORD_TOKEN: ${DISCORD_TOKEN} + restart: unless-stopped pull_policy: build # The commented out section below is an example of how to define a PostgreSQL