From 8f6e02fe21f9a83ebcfe587ec347b6b1b4d32469 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 20 Mar 2025 16:53:13 -0400 Subject: [PATCH] feat: Fixes container name of postgres. --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index f573b0b..2e9fe52 100644 --- a/compose.yaml +++ b/compose.yaml @@ -15,9 +15,9 @@ services: security_opt: - no-new-privileges:true - postgres: + shlink_postgres: image: docker.io/postgres:17-alpine - container_name: postgres + container_name: shlink_postgres environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USER}