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

Commit 60bdf2d

Browse files
authored
fix: use Ansible free image from original edxops repo
1 parent e2320a6 commit 60bdf2d

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

0 commit comments

Comments
 (0)