Skip to content

Commit

Permalink
fix: Fix tutor when using docker compose versions > 2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xitij2000 authored and regisb committed Jan 30, 2024
1 parent 07cbd69 commit f7174fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tutor/templates/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ 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
# Settings & config volumes are merged in from `local` docker compose config
# theme files
- ../build/openedx/themes:/openedx/themes

Expand Down

0 comments on commit f7174fb

Please sign in to comment.