chore(deps): update ghcr.io/requarks/wiki docker tag to v2.5.301 (#2348)
This commit is contained in:
parent
7e27d62e51
commit
044f7e239f
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "wikijs",
|
"id": "wikijs",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "2.5.300",
|
"version": "2.5.301",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
@ -23,5 +23,8 @@
|
||||||
"env_variable": "WIKI_JS_DB_PASS"
|
"env_variable": "WIKI_JS_DB_PASS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"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.300
|
image: ghcr.io/requarks/wiki:2.5.301
|
||||||
depends_on:
|
depends_on:
|
||||||
- wikijs-db
|
- wikijs-db
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user