Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
knoop7 authored Aug 26, 2024
1 parent a90be47 commit c05d29e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions localgpt-server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: LocalGPT server
version: "20240825"
version: "2024-8-26"
slug: localgpt_server
description: 本地化GPT接口
url: "https://github.com/knoop7"
Expand All @@ -10,13 +10,13 @@ init: false
network_mode: bridge
webui: "http://[HOST]:[PORT:4567]/web"
ports:
"4567/tcp": 4567
"8080/tcp": 4567
ports_description:
"4567/tcp": "GPT Web interface"
"8080/tcp": "GPT Web interface"
schema:
proxy_url: str?
options:
proxy_url: "http://192.168.0.185:8899"
image: "ghcr.io/knoop7/gptapi"
image: "yaming116/gptapi"
map:
- config:rw

0 comments on commit c05d29e

Please sign in to comment.