update README

This commit is contained in:
cookeem
2023-03-23 22:34:09 +08:00
parent 49b89d5aad
commit 5b75b51059
2 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ vi config.yaml
# your openai.com API key
apiKey: "xxxxxx"
# create pictures directory
mkdir -p assets
chown -R 1000:1000 assets
# Start the service with docker-compose
docker-compose up -d

View File

@@ -41,6 +41,9 @@ vi config.yaml
# openai的apiKey改为你的apiKey
apiKey: "xxxxxx"
# 创建生成的图片目录
mkdir -p assets
chown -R 1000:1000 assets
# 使用docker-compose启动服务
docker-compose up -d