From 342197e0c9bd432e9c7685ff611f1c76b446ec74 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 28 May 2025 16:26:56 +0000 Subject: [PATCH] Fix service dependency name for postgres in Docker Compose configuration --- opengist/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengist/compose.yaml b/opengist/compose.yaml index 2473b47..877f61f 100644 --- a/opengist/compose.yaml +++ b/opengist/compose.yaml @@ -3,7 +3,7 @@ services: container_name: opengist image: ghcr.io/thomiceli/opengist:latest depends_on: - - serviceName: postgres + - postgres restart: unless-stopped environment: OG_GITHUB_CLIENT_KEY: ${OG_GITHUB_CLIENT_KEY}