chore(deps): update ghcr.io/kiwix/kiwix-serve docker tag to v3.7.0 (#3360)
This commit is contained in:
parent
796d5d803d
commit
173535089b
|
@ -5,14 +5,19 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "kiwix-serve",
|
||||
"tipi_version": 1,
|
||||
"version": "3.5.0-2",
|
||||
"categories": ["media"],
|
||||
"tipi_version": 2,
|
||||
"version": "3.7.0-2",
|
||||
"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": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.9'
|
|||
services:
|
||||
kiwix-serve:
|
||||
container_name: kiwix-serve
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.5.0-2
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.7.0-2
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user