Skip to content

Commit 7e14f5b

Browse files
authored
fix: Use correct container name for cms-worker (#70)
Something I missed in 05b4af4.
1 parent 05b4af4 commit 7e14f5b

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
@@ -643,7 +643,7 @@ services:
643643

644644
cms-worker:
645645
command: bash -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform && celery --app=cms.celery:APP worker -l debug -c 2'
646-
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.lms-worker"
646+
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.cms-worker"
647647
hostname: cms-worker.devstack.edx
648648
depends_on:
649649
- mysql80

0 commit comments

Comments
 (0)