Fix misspelling...

This commit is contained in:
Stavros Iliopoulos 2023-08-13 11:21:40 +00:00
parent bee9002749
commit ba2386082f

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