mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-28 13:28:18 +00:00
Pin redis service image version (#1117)
This commit is contained in:
parent
92ffe53403
commit
23bd99fc5a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ services:
|
|||
{% endif %}
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
image: redis:3.0
|
||||
{% if cookiecutter.use_celery == 'y' %}
|
||||
celeryworker:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue