From 0fb30c75c7d37b117fc1592b67bd69900147d5a9 Mon Sep 17 00:00:00 2001 From: "Felix T.J. Dietrich" Date: Wed, 6 Nov 2024 22:23:07 +0100 Subject: [PATCH] remove quotes --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 40481df5..8add96b2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -34,7 +34,7 @@ services: aliases: - postgres volumes: - - 'postgresql-data:/var/lib/postgresql/data' + - postgresql-data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready"] interval: 10s