diff --git a/docs/DocumentList.md b/docs/DocumentList.md
index ff57275..a47c92e 100644
--- a/docs/DocumentList.md
+++ b/docs/DocumentList.md
@@ -8,7 +8,7 @@ List of all Documents used within this project with related Apps and Videos.
| File Name | Description | Related Apps | YouTube |
| --------- | ----------- | ------------ |:-------:|
|[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
-|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v2 with Sqlite and Goaccess Charts
Nginx Proxy Manager v2 with Mysql [DEPRECATED]
Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]
Nginx Proxy Manager v2 with Sqllite|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
+|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v2 with Mysql [DEPRECATED]
Nginx Proxy Manager v2 with Sqllite
Nginx Proxy Manager v2 with Sqlite and Goaccess Charts
Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
|[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole
Pi-Hole-Unbound
Pi-Hole DoH/DoT||
|[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|
diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json
index 25d533c..fd9a02e 100644
--- a/pi-hosted_template/template/portainer-v2.json
+++ b/pi-hosted_template/template/portainer-v2.json
@@ -5883,11 +5883,6 @@
],
"description": "Run a Speedtest every hour and graph the results. See https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags for arch options",
"env": [
- {
- "default": "latest-arm",
- "label": "arch",
- "name": "arch"
- },
{
"default": "true",
"label": "OOKLA_EULA_GDPR",
diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json
index 61ac575..51d4dd5 100644
--- a/template/portainer-v2-amd64.json
+++ b/template/portainer-v2-amd64.json
@@ -6581,18 +6581,13 @@
],
"description": "Run a Speedtest every hour and graph the results. See https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags for arch options",
"env": [
- {
- "default": "latest-arm",
- "label": "arch",
- "name": "arch"
- },
{
"default": "true",
"label": "OOKLA_EULA_GDPR",
"name": "OOKLA_EULA_GDPR"
}
],
- "image": "henrywhitaker3/speedtest-tracker:latest",
+ "image": "henrywhitaker3/speedtest-tracker:dev",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest-tracker.png",
"name": "speedtest-tracker",
"platform": "linux",
diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json
index 25d533c..fd9a02e 100644
--- a/template/portainer-v2-arm32.json
+++ b/template/portainer-v2-arm32.json
@@ -5883,11 +5883,6 @@
],
"description": "Run a Speedtest every hour and graph the results. See https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags for arch options",
"env": [
- {
- "default": "latest-arm",
- "label": "arch",
- "name": "arch"
- },
{
"default": "true",
"label": "OOKLA_EULA_GDPR",
diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json
index 81e84a5..01a2da3 100644
--- a/template/portainer-v2-arm64.json
+++ b/template/portainer-v2-arm64.json
@@ -6672,11 +6672,6 @@
],
"description": "Run a Speedtest every hour and graph the results. See https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags for arch options",
"env": [
- {
- "default": "latest-arm",
- "label": "arch",
- "name": "arch"
- },
{
"default": "true",
"label": "OOKLA_EULA_GDPR",