From 62923b91cbd78a6179f62e9cfd85aadc8692a2f6 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 20 Mar 2025 16:53:58 -0400 Subject: [PATCH] feat: Fixes container name of postgres. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2e9fe52..fc8cdbe 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ services: ports: - "${SHLINK_PORT}:8080" depends_on: - - postgres + - shlink_postgres security_opt: - no-new-privileges:true