Fix misspelling...

This commit is contained in:
Stavros Iliopoulos 2023-08-13 11:21:40 +00:00 committed by Nicolas Meienberger
parent fd97ea41db
commit d820fce105

View File

@ -51,7 +51,7 @@ services:
image: postgres:15-alpine
volumes:
- ${APP_DATA_DIR}/postgresql:/var/lib/postgresql/data
enviroment:
environment:
- POSTGRES_HOST=db_recipes
- POSTGRES_PORT=5432
- POSTGRES_USER=djangodb