From f883a10535489ea20924024036c1734dc2c06364 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Tue, 21 Jun 2022 19:01:50 +0200 Subject: [PATCH] Rollback dash board image location --- infrastructure_files/docker-compose.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index b36e3b7661c..8c70d4cc2f8 100644 --- a/infrastructure_files/docker-compose.yml.tmpl +++ b/infrastructure_files/docker-compose.yml.tmpl @@ -2,7 +2,7 @@ version: "3" services: #UI dashboard dashboard: - image: netbirdio/dashboard:main + image: wiretrustee/dashboard:main restart: unless-stopped ports: - 80:80