chore(kiwix-serve): change port to 8169

This commit is contained in:
Nicolas Meienberger 2023-10-07 11:57:33 +02:00
parent f0427b65b2
commit ca3cb69cb2
2 changed files with 4 additions and 6 deletions

View File

@ -1,19 +1,17 @@
{
"$schema": "../schema.json",
"name": "Kiwix Server",
"port": 8080,
"port": 8169,
"available": true,
"exposable": true,
"id": "kiwix-serve",
"tipi_version": 1,
"version": "3.5.0-2",
"categories": [
"media"
],
"categories": ["media"],
"description": "Kiwix Server is a web server for hosting .zim files",
"short_desc": "Kiwix Server is a web server for hosting .zim files",
"author": "Kiwix",
"source": "https://github.com/kiwix/kiwix-tools/",
"website": "https://kiwix.org/",
"form_fields": []
}
}

View File

@ -1,4 +1,4 @@
version: "3.9"
version: '3.9'
services:
kiwix-serve: