fix prev commit

pull/225/head
Aevann 2024-03-04 21:56:01 +02:00
parent 66596d28a9
commit d3825963ba
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ services:
image: postgres
command: ["postgres", "-c", "log_statement=all"]
volumes:
- "/bin/sh:/bin/bash"
- "/bin/bash:/bin/sh"
- "./schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"
- "./seed-users.sql:/docker-entrypoint-initdb.d/01-seed-users.sql"
- "./seed-badges.sql:/docker-entrypoint-initdb.d/02-seed-badges.sql"