Update Dashboard_Containers/linkwarden/compose.yaml

This commit is contained in:
2026-02-07 02:17:32 +00:00
parent a2c649f859
commit aae6c1c151
@@ -1,6 +1,7 @@
services:
postgres:
image: postgres:16-alpine
container_name: linkwarden-db
env_file: .env
restart: unless-stopped
volumes:
@@ -11,6 +12,7 @@ services:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: unless-stopped
image: ghcr.io/linkwarden/linkwarden:latest
container_name: linkwarden
ports:
- 5017:3000
volumes: