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

XFEstudio/gpt4free

Update README.md

6a4a9b77
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified README.md +2 -2
@@ -93,12 +93,12 @@ Is your site on this repository and you want to take it down? Send an email to t
93 93
94 94 ### 🐳 Using Docker
95 95 1. **Install Docker:** [Download and install Docker](https://docs.docker.com/get-docker/).
96 2. **Set Up Directories:** Before running the container, make sure the necessary data directories exist or can be created. For example, you can create and set ownership on these directories by running: (Only x64)
96 2. **Set Up Directories:** Before running the container, make sure the necessary data directories exist or can be created. For example, you can create and set ownership on these directories by running:
97 97 ```bash
98 98 mkdir -p ${PWD}/har_and_cookies ${PWD}/generated_images
99 99 sudo chown -R 1200:1201 ${PWD}/har_and_cookies ${PWD}/generated_images
100 100 ```
101 3. **Run the Docker Container:** Use the following commands to pull the latest image and start the container:
101 3. **Run the Docker Container:** Use the following commands to pull the latest image and start the container (Only x64):
102 102 ```bash
103 103 docker pull hlohaus789/g4f
104 104 docker run -p 8080:8080 -p 7900:7900 \