chore(kiwix-serve): change port to 8169
This commit is contained in:
parent
f0427b65b2
commit
ca3cb69cb2
|
@ -1,15 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "../schema.json",
|
"$schema": "../schema.json",
|
||||||
"name": "Kiwix Server",
|
"name": "Kiwix Server",
|
||||||
"port": 8080,
|
"port": 8169,
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "kiwix-serve",
|
"id": "kiwix-serve",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "3.5.0-2",
|
"version": "3.5.0-2",
|
||||||
"categories": [
|
"categories": ["media"],
|
||||||
"media"
|
|
||||||
],
|
|
||||||
"description": "Kiwix Server is a web server for hosting .zim files",
|
"description": "Kiwix Server is a web server for hosting .zim files",
|
||||||
"short_desc": "Kiwix Server is a web server for hosting .zim files",
|
"short_desc": "Kiwix Server is a web server for hosting .zim files",
|
||||||
"author": "Kiwix",
|
"author": "Kiwix",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3.9"
|
version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kiwix-serve:
|
kiwix-serve:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user