fix db init issue

This commit is contained in:
MLH
2025-04-07 22:48:24 +02:00
parent 226ee1d476
commit f59480d91e
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ services:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_DB: ttdb
POSTGRES_DB: tt_tournament
ports:
- "5432:5432"
volumes: