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 braginini
parent 5d544ae55e
commit 2dec9989c6

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