Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 77cdd48

Browse files
committed
fix: use Ansible free image from original edxops repo
1 parent 803fa6d commit 77cdd48

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
@@ -489,7 +489,7 @@ services:
489489
LMS_HOST: http://localhost:18000
490490
DJANGO_SETTINGS_MODULE: analytics_dashboard.settings.devstack
491491
ANALYTICS_DASHBOARD_CFG: /edx/etc/insights.yml
492-
image: edxops/insights-dev:${OPENEDX_RELEASE:-latest}
492+
image: edxops/insights:${OPENEDX_RELEASE:-latest}
493493
working_dir: /edx/app/insights/insights
494494
networks:
495495
default:

0 commit comments

Comments
 (0)