From 1d1d057e7d01f8e3e34bb509738a7dbb5f21a62e Mon Sep 17 00:00:00 2001 From: trax <38944599+4nx@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:51:28 +0200 Subject: [PATCH] Change the dashboard image pull from wiretrustee to netbirdio (#1804) --- infrastructure_files/docker-compose.yml.tmpl.traefik | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl.traefik b/infrastructure_files/docker-compose.yml.tmpl.traefik index fd194a042bf..d3ae6529a23 100644 --- a/infrastructure_files/docker-compose.yml.tmpl.traefik +++ b/infrastructure_files/docker-compose.yml.tmpl.traefik @@ -2,7 +2,7 @@ version: "3" services: #UI dashboard dashboard: - image: wiretrustee/dashboard:$NETBIRD_DASHBOARD_TAG + image: netbirdio/dashboard:$NETBIRD_DASHBOARD_TAG restart: unless-stopped #ports: # - 80:80