chore: fix lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user