chore: fix lint

This commit is contained in:
Vlad Stan
2026-03-23 12:32:39 +02:00
parent 19d3e9e64e
commit 8a51ea53c8
2 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -11,12 +11,12 @@ services:
POSTGRES_PASSWORD: lnbits
PGDATA: /lnbits/data/postgres
volumes:
- ./data/postgres_test:/lnbits/data/postgres
- ./data/postgres_test:/lnbits/data/postgres
ports:
- "5444:5432"
- '5444:5432'
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d lnbits_db"]
test: ['CMD-SHELL', 'pg_isready -d lnbits_db']
interval: 5s
timeout: 5s
retries: 5