Skip to content

Commit

Permalink
fix: Use correct container name for cms-worker (#70)
Browse files Browse the repository at this point in the history
Something I missed in 05b4af4.
  • Loading branch information
timmc-edx authored Nov 12, 2024
1 parent 05b4af4 commit 7e14f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ services:

cms-worker:
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'
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.lms-worker"
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.cms-worker"
hostname: cms-worker.devstack.edx
depends_on:
- mysql80
Expand Down

0 comments on commit 7e14f5b

Please sign in to comment.