From 62bacee8dce6fbc0351f5884d90cf991994399b0 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 5 Feb 2024 17:10:08 +0100 Subject: [PATCH] Use dashboard v2 for getting started scripts (#1530) --- infrastructure_files/docker-compose.yml.tmpl | 2 +- infrastructure_files/getting-started-with-zitadel.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index fa18515fc..47cadb93c 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:$NETBIRD_DASHBOARD_TAG + image: netbirdio/dashboard:$NETBIRD_DASHBOARD_TAG restart: unless-stopped ports: - 80:80 diff --git a/infrastructure_files/getting-started-with-zitadel.sh b/infrastructure_files/getting-started-with-zitadel.sh index 6c7b9f02c..24cb108e1 100644 --- a/infrastructure_files/getting-started-with-zitadel.sh +++ b/infrastructure_files/getting-started-with-zitadel.sh @@ -705,7 +705,7 @@ services: - ./Caddyfile:/etc/caddy/Caddyfile #UI dashboard dashboard: - image: wiretrustee/dashboard:latest + image: netbirdio/dashboard:latest restart: unless-stopped networks: [netbird] env_file: