mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-02 09:54:43 +00:00
Fix nginx image name in production.yml (#5053)
This commit is contained in:
parent
340795cf4e
commit
206e6b018f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue