Skip to content

Commit

Permalink
Fix Linkwarden database url
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac committed Jan 21, 2025
1 parent 8213bbc commit b58a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
app:
image: ghcr.io/linkwarden/linkwarden:v2.9.3@sha256:0d9ab9dcf70aaf81fddbaf2d215a057670fff5eb01ef7cfd97b08900ffcddd1c
environment:
- DATABASE_URL=postgresql://postgres:linkwarden@postgres:5432/postgres
- DATABASE_URL=postgresql://postgres:linkwarden@linkwarden_postgres_1:5432/postgres
- NEXTAUTH_URL=http://${DEVICE_DOMAIN_NAME}:8233/api/v1/auth
- NEXTAUTH_SECRET=linkwarden
restart: on-failure
Expand Down

0 comments on commit b58a122

Please sign in to comment.