返回提交历史
Modified
docker-compose.yml
+1
-1
XFEstudio/gpt4free
Update docker-compose.yml
dab9b75e
代码差异
1 个文件
+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