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 image: postgres:15-alpine
volumes: volumes:
- ${APP_DATA_DIR}/postgresql:/var/lib/postgresql/data - ${APP_DATA_DIR}/postgresql:/var/lib/postgresql/data
enviroment: environment:
- POSTGRES_HOST=db_recipes - POSTGRES_HOST=db_recipes
- POSTGRES_PORT=5432 - POSTGRES_PORT=5432
- POSTGRES_USER=djangodb - POSTGRES_USER=djangodb