diff --git a/infrastructure_files/docker-compose.yml.tmpl b/infrastructure_files/docker-compose.yml.tmpl index fa18515fc1f..47cadb93c83 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 6c7b9f02c01..24cb108e19b 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: