6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-10 09:02:14 +00:00

fixup!: Apply review feedback

This commit is contained in:
Kshitij Sobti 2024-01-29 14:51:34 +05:30 committed by Régis Behmo
parent f7174fbdce
commit 2924b92cea
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,2 @@
- [Bugfix] Fixes duplicate volume declarations causing Tutor commands that
invoke Docker to fail.

View File

@ -6,7 +6,6 @@ x-openedx-service:
stdin_open: true stdin_open: true
tty: true tty: true
volumes: volumes:
# Settings & config volumes are merged in from `local` docker compose config
# theme files # theme files
- ../build/openedx/themes:/openedx/themes - ../build/openedx/themes:/openedx/themes