chore(deps): update koillection/koillection docker tag to v1.5.10 (#3597)
This commit is contained in:
parent
72b990f410
commit
9e61fa4809
|
@ -6,19 +6,14 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "koillection",
|
"id": "koillection",
|
||||||
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
|
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
|
||||||
"tipi_version": 11,
|
"tipi_version": 12,
|
||||||
"version": "1.5.9",
|
"version": "1.5.10",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"short_desc": "Koillection allow you to manage any kind of collections.",
|
"short_desc": "Koillection allow you to manage any kind of collections.",
|
||||||
"author": "https://github.com/benjaminjonard",
|
"author": "https://github.com/benjaminjonard",
|
||||||
"source": "https://github.com/benjaminjonard/koillection",
|
"source": "https://github.com/benjaminjonard/koillection",
|
||||||
"website": "https://koillection.github.io/",
|
"website": "https://koillection.github.io/",
|
||||||
"supported_architectures": [
|
"supported_architectures": ["amd64", "arm64"],
|
||||||
"amd64",
|
|
||||||
"arm64"
|
|
||||||
],
|
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
koillection:
|
koillection:
|
||||||
image: koillection/koillection:1.5.9
|
image: koillection/koillection:1.5.10
|
||||||
container_name: koillection
|
container_name: koillection
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user