From 58bda32f094803806ab6bbb09efe0929ca44255c Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Thu, 8 May 2025 17:08:16 +0200 Subject: [PATCH] Update compose.yaml Add always to db --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 1f3e6d7..310fd29 100644 --- a/compose.yaml +++ b/compose.yaml @@ -38,6 +38,7 @@ services: start_period: 60s volumes: - database_data:/var/lib/postgresql/data:rw + restart: always ###< doctrine/doctrine-bundle ### volumes: