From 815cebe642116ceacda4076a0c7fc55449e7289d Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Mon, 20 Nov 2023 14:50:17 -0500 Subject: [PATCH] Updated postgres hostname for linkwarden --- productivity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productivity.yaml b/productivity.yaml index 257eeb4..3cb573f 100644 --- a/productivity.yaml +++ b/productivity.yaml @@ -10,7 +10,7 @@ services: hostname: lw-postgres linkwarden: environment: - - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres + - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@lw-postgres:5432/postgres restart: always image: ghcr.io/linkwarden/linkwarden:latest ports: