chore: remove initdb mount as it's not needed

Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2025-04-17 22:35:19 -04:00 committed by GitHub
parent 6517b51f22
commit 654bdce717
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@ services:
POSTGRES_DB: ${POSTGRES_DB} POSTGRES_DB: ${POSTGRES_DB}
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
- ./initdb:/docker-entrypoint-initdb.d
ports: ports:
- "5432:5432" - "5432:5432"
healthcheck: healthcheck: