Skip to content

Commit

Permalink
fix(docker) update volume endpoints
Browse files Browse the repository at this point in the history
fundocker/edxapp now use the same application tree as edx, we need to
stick to it to make it works.
  • Loading branch information
jmaupetit committed Mar 16, 2018
1 parent 5cccf8e commit dfb46ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
- "8072:8000"
volumes:
- ./edx-platform/config/docker_run_lms.py:/config/docker_run_lms.py
- ./edx-platform/lms/urls.py:/app/edx-platform/lms/urls.py
- ./edx-platform/reports:/app/edx-platform/reports
- ./edx-platform/lms/urls.py:/edx/app/edxapp/edx-platform/lms/urls.py
- ./edx-platform/reports:/edx/app/edxapp/edx-platform/reports
- .:/app/fonzie
tmpfs:
- /data/static/lms
Expand Down

0 comments on commit dfb46ca

Please sign in to comment.