fix: incorrect docker compose db dirs
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- ./db/postgres_vol:/var/lib/postgresql/data
|
- ./server/db/postgres_vol:/var/lib/postgresql/data
|
||||||
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
- ./server/db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
Reference in New Issue
Block a user