Fix volume spec syntax error

This commit is contained in:
D. Scott Boggs 2025-05-08 08:47:47 -04:00
parent ef79078b06
commit 1fede2034e

View file

@ -30,7 +30,7 @@ services:
POSTGRES_USER: crabfit
POSTGRES_DB: crabfit
volumes:
./mounts/database:/var/lib/postgresql/data
- ./mounts/database:/var/lib/postgresql/data
healthcheck:
test: ["CMD", "pg_isready"]
interval: 30s