Move postgres-init-scripts to init/postgres

This commit is contained in:
Nicolas Will
2024-06-15 00:19:24 +02:00
parent c29daab045
commit ec4d2b3eac
3 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ services:
POSTGRES_DB: exampledb
volumes:
- postgres_data:/var/lib/postgresql/data
- ./postgres-init-scripts:/docker-entrypoint-initdb.d
- ./init/postgres:/docker-entrypoint-initdb.d
ports:
- "5432:5432" # Exposing PostgreSQL to the host
expose: