From 8ec7f1cd96189427e9c0deaf2f903978cc551228 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Tue, 21 Jun 2022 18:17:38 +0200 Subject: [PATCH] Update dashboard docker image --- infrastructure_files/docker-compose.yml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index 71b24627f..b36e3b766 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: wiretrustee/dashboard:main + image: netbirdio/dashboard:main restart: unless-stopped ports: - 80:80 @@ -58,4 +58,4 @@ services: volumes: $MGMT_VOLUMENAME: $SIGNAL_VOLUMENAME: - $LETSENCRYPT_VOLUMENAME: \ No newline at end of file + $LETSENCRYPT_VOLUMENAME: