chore(deps): update ghcr.io/lissy93/dashy docker tag to v2.1.2 (#2654)
This commit is contained in:
parent
3429d44614
commit
0f7bda07dd
|
@ -5,13 +5,18 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": false,
|
"exposable": false,
|
||||||
"id": "dashy",
|
"id": "dashy",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!",
|
"description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!",
|
||||||
"short_desc": "A self-hostable personal dashboard built for you.",
|
"short_desc": "A self-hostable personal dashboard built for you.",
|
||||||
"author": "lissy93",
|
"author": "lissy93",
|
||||||
"source": "https://github.com/lissy93/dashy",
|
"source": "https://github.com/lissy93/dashy",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
dashy:
|
dashy:
|
||||||
container_name: dashy
|
container_name: dashy
|
||||||
image: ghcr.io/lissy93/dashy:2.1.1
|
image: ghcr.io/lissy93/dashy:2.1.2
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user