Fix nginx image name in production.yml (#5053)

This commit is contained in:
Areski Belaid 2024-05-06 17:53:03 +02:00 committed by GitHub
parent 340795cf4e
commit 206e6b018f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ services:
build:
context: .
dockerfile: ./compose/production/nginx/Dockerfile
image: {{ cookiecutter.project_slug }}_local_nginx
image: {{ cookiecutter.project_slug }}_production_nginx
depends_on:
- django
volumes: