6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-24 22:08:24 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2024-01-30 09:03:47 +00:00
commit 2d2ae3f927
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -6,10 +6,6 @@ x-openedx-service:
stdin_open: true
tty: true
volumes:
# Settings & config
- ../apps/openedx/settings/lms:/openedx/edx-platform/lms/envs/tutor:ro
- ../apps/openedx/settings/cms:/openedx/edx-platform/cms/envs/tutor:ro
- ../apps/openedx/config:/openedx/config:ro
# theme files
- ../build/openedx/themes:/openedx/themes