Updated postgres hostname for linkwarden

This commit is contained in:
2023-11-20 14:50:17 -05:00
parent aa4cee9730
commit 815cebe642

View File

@@ -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: