chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.4.6 (#355)
* chore(deps): update wongsaang/chatgpt-ui-client docker tag to v2.4.6 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
c93182e538
commit
9a7bfac60b
|
@ -5,14 +5,18 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "chatgpt-ui",
|
||||
"tipi_version": 1,
|
||||
"version": "v2.4.5",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 2,
|
||||
"version": "2.4.6",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"description": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
|
||||
"short_desc": "A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage",
|
||||
"author": "https://github.com/WongSaang",
|
||||
"source": "https://github.com/WongSaang/chatgpt-ui",
|
||||
"supported_architectures": ["amd64"],
|
||||
"supported_architectures": [
|
||||
"amd64"
|
||||
],
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "random",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
chatgpt-ui:
|
||||
image: wongsaang/chatgpt-ui-client:v2.4.5
|
||||
image: wongsaang/chatgpt-ui-client:v2.4.6
|
||||
container_name: chatgpt-ui
|
||||
environment:
|
||||
- SERVER_DOMAIN=http://chatgpt-ui-web-server
|
||||
|
|
Loading…
Reference in New Issue
Block a user