Skip to content

Commit

Permalink
Revert "fix: fix empty volumes list"
Browse files Browse the repository at this point in the history
This reverts commit 69c8ba5.
  • Loading branch information
Faraz32123 committed Mar 13, 2024
1 parent 69c8ba5 commit 90abd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutordiscovery/patches/local-docker-compose-dev-services
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90abd11

Please sign in to comment.