Updated postgres hostname for linkwarden
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user