chore: fix lint

This commit is contained in:
Vlad Stan
2026-03-25 10:49:52 +02:00
parent b373e35915
commit 03b302da69
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