From fec1263a53a6d8b25d4e931f06b755027aaadd0b Mon Sep 17 00:00:00 2001 From: Sc4nd4l <42223057+Sc4nd4l@users.noreply.github.com> Date: Wed, 6 Nov 2019 10:43:38 +0100 Subject: [PATCH] Update embystats.yml Change docker image to linuxserver as previous one cannot be found. --- apps/embystats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/embystats.yml b/apps/embystats.yml index c277a65..f7131e1 100644 --- a/apps/embystats.yml +++ b/apps/embystats.yml @@ -16,7 +16,7 @@ pgrole: 'embystats' intport: '5432' extport: '9049' - image: 'uping/embystat:beta-linux' + image: ' linuxserver/embystat' - name: 'Including cron job' include_tasks: '/opt/communityapps/apps/_core.yml'