chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.303 (#3515)
This commit is contained in:
parent
d25966e521
commit
6bc25c9717
|
@ -5,11 +5,9 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "wikijs",
|
"id": "wikijs",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "2.5.302",
|
"version": "2.5.303",
|
||||||
"categories": [
|
"categories": ["media"],
|
||||||
"media"
|
|
||||||
],
|
|
||||||
"description": "A modern, lightweight and powerful wiki app built on NodeJS ",
|
"description": "A modern, lightweight and powerful wiki app built on NodeJS ",
|
||||||
"short_desc": "A modern and powerful wiki app built on Node.js",
|
"short_desc": "A modern and powerful wiki app built on Node.js",
|
||||||
"author": "https://github.com/requarks",
|
"author": "https://github.com/requarks",
|
||||||
|
@ -23,8 +21,5 @@
|
||||||
"env_variable": "WIKI_JS_DB_PASS"
|
"env_variable": "WIKI_JS_DB_PASS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
wikijs:
|
wikijs:
|
||||||
container_name: wikijs
|
container_name: wikijs
|
||||||
image: ghcr.io/requarks/wiki:2.5.302
|
image: ghcr.io/requarks/wiki:2.5.303
|
||||||
depends_on:
|
depends_on:
|
||||||
- wikijs-db
|
- wikijs-db
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user