XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update docker-compose.yml

dab9b75e
thebigbone <95130644+thebigbone@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docker-compose.yml +1 -1
@@ -8,7 +8,7 @@ services:
8 8 image: gpt4free:latest
9 9 container_name: gpt4
10 10 ports:
11 - 127.0.0.1:8501:8501
11 - 8501:8501
12 12 restart: unless-stopped
13 13 read_only: true
14 14