Use latest tag for dashboard (#617)

Using the latest tag will align with the
dashboard's new release cycle that relies on tags
This commit is contained in:
Maycon Santos
2022-12-08 15:15:17 +01:00
committed by GitHub
parent 1204bbd54a
commit eec24fc730

View File

@@ -2,7 +2,7 @@ version: "3"
services:
#UI dashboard
dashboard:
image: wiretrustee/dashboard:main
image: wiretrustee/dashboard:latest
restart: unless-stopped
ports:
- 80:80