32 lines
798 B
JSON
32 lines
798 B
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools"
|
|
],
|
|
"description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
|
|
"image_arm32": "linuxserver/wikijs:latest",
|
|
"image_arm64": "linuxserver/wikijs:latest",
|
|
"image_amd64": "linuxserver/wikijs:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/wikijs.png",
|
|
"name": "wikijs",
|
|
"officialDoc": "https://docs.linuxserver.io/images/docker-wikijs",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"3100:3000/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Wikijs",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Wikijs",
|
|
"container": "/config"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Wikijs/data",
|
|
"container": "/data"
|
|
}
|
|
],
|
|
"webpage": "https://js.wiki/"
|
|
}
|