fix: prevent unbound variable error

This commit is contained in:
f
2025-04-10 09:30:31 -03:00
parent 58bfa65b8a
commit d0191f1c49
3 changed files with 9 additions and 7 deletions

View File

@ -2,7 +2,6 @@ version: "3.8"
services:
app:
environment:
- POSTGRES_ENABLED=1
- CMD_DB_NAME=codimd
- CMD_DB_USER=codimd
- CMD_DB_HOST=db