diff --git a/changelog.d/20240129_144929_kshitij_fix_tutor_docker_compose.md b/changelog.d/20240129_144929_kshitij_fix_tutor_docker_compose.md new file mode 100644 index 0000000000..4a9625ced2 --- /dev/null +++ b/changelog.d/20240129_144929_kshitij_fix_tutor_docker_compose.md @@ -0,0 +1,2 @@ +- [Bugfix] Fixes duplicate volume declarations causing Tutor commands that + invoke Docker to fail. \ No newline at end of file diff --git a/tutor/templates/dev/docker-compose.yml b/tutor/templates/dev/docker-compose.yml index e113d1d450..4aa01ee56c 100644 --- a/tutor/templates/dev/docker-compose.yml +++ b/tutor/templates/dev/docker-compose.yml @@ -6,7 +6,6 @@ x-openedx-service: stdin_open: true tty: true volumes: - # Settings & config volumes are merged in from `local` docker compose config # theme files - ../build/openedx/themes:/openedx/themes