fix: fix empty volumes list
this error occurs during dev launch
This commit is contained in:
parent
a4fa65cf29
commit
69c8ba5e9c
@ -4,10 +4,10 @@ discovery:
|
||||
command: ./manage.py runserver 0.0.0.0:8381
|
||||
stdin_open: true
|
||||
tty: true
|
||||
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
|
||||
volumes:
|
||||
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
|
||||
- {{ mount }}
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
ports:
|
||||
- "8381:8381"
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user