Skip to content

Commit e261ba8

Browse files
committed
fix: fix command to run the cms in devstack
Updates the manage.py command and port to point to the CMS/Studio in devstack.
1 parent 3fe4512 commit e261ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)