Trying to update switch dashboard. In the current version i use the scanner does not work.
Tried to adapt the docker-compose.yml to a possible location of the most recent version i found in the Horaco thread
to:
services:
switch-dashboard:
build: .
container_name: switch-dashboard
image: ghcr.io/byte4geek/switch-dashboard:v2026.7.1
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/data
environment:
- DASHBOARD_DATA_DIR=/data
But the :v2026.7.1 is not found.
Any simpeler methods for updating.
Trying to update switch dashboard. In the current version i use the scanner does not work.
Tried to adapt the docker-compose.yml to a possible location of the most recent version i found in the Horaco thread
to:
services:
switch-dashboard:
build: .
container_name: switch-dashboard
image: ghcr.io/byte4geek/switch-dashboard:v2026.7.1
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/data
environment:
- DASHBOARD_DATA_DIR=/data
But the :v2026.7.1 is not found.
Any simpeler methods for updating.