File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ services:
638638
639639 cms :
640640 # Switch to `--settings devstack_with_worker` if you want to use cms-worker
641- command : bash -c 'source /edx/app/edxapp/edxapp_env && (pip install -r /edx/private_requirements.txt; while true; do python /edx/app/edxapp/edx-platform/manage.py lms runserver 0.0.0.0:18000 --settings devstack; sleep 2; done)'
641+ command : bash -c 'source /edx/app/edxapp/edxapp_env && (pip install -r /edx/private_requirements.txt; while true; do python /edx/app/edxapp/edx-platform/manage.py cms runserver 0.0.0.0:18010 --settings devstack; sleep 2; done)'
642642 container_name : " edx.${COMPOSE_PROJECT_NAME:-devstack}.cms"
643643 hostname : cms.devstack.edx
644644 depends_on :
You can’t perform that action at this time.
0 commit comments