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:
commit
2d2ae3f927
@ -0,0 +1,2 @@
|
||||
- [Bugfix] Fixes duplicate volume declarations causing Tutor commands that
|
||||
invoke Docker to fail.
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user