aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Vittorio Alfieri <vittorio88@gmail.com> 2023-09-07 09:05:05 -0500
committerGravatar GitHub <noreply@github.com> 2023-09-07 16:05:05 +0200
commit0e8ecdb192e5f0715d52f73fcce5fbbf4ae17b19 (patch)
treed726ece7532c99599247d060c851e36ace871fa2 /docs
parentLess data in spreadsheet (#5173) (diff)
downloadAuto-GPT-0e8ecdb192e5f0715d52f73fcce5fbbf4ae17b19.tar.gz
Auto-GPT-0e8ecdb192e5f0715d52f73fcce5fbbf4ae17b19.tar.bz2
Auto-GPT-0e8ecdb192e5f0715d52f73fcce5fbbf4ae17b19.zip
Fix docs: sample docker-compose.yml broken indents (#5168)
auto-gpt keys were mis-nested under auto-gpt section of the docker-compose.yml after modern material improvements in 7cd407b7b4a9f4395761e772335e859e40e8c3d3.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/setup.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/content/setup.md b/docs/content/setup.md
index 77f04e6e4..f1cbd4756 100644
--- a/docs/content/setup.md
+++ b/docs/content/setup.md
@@ -46,24 +46,24 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt
```yaml
version: "3.9"
services:
- auto-gpt:
+ auto-gpt:
image: significantgravitas/auto-gpt
env_file:
- - .env
+ - .env
profiles: ["exclude-from-up"]
volumes:
- - ./auto_gpt_workspace:/app/auto_gpt_workspace
- - ./data:/app/data
- ## allow auto-gpt to write logs to disk
- - ./logs:/app/logs
- ## uncomment following lines if you want to make use of these files
- ## you must have them existing in the same folder as this docker-compose.yml
- #- type: bind
- # source: ./azure.yaml
- # target: /app/azure.yaml
- #- type: bind
- # source: ./ai_settings.yaml
- # target: /app/ai_settings.yaml
+ - ./auto_gpt_workspace:/app/auto_gpt_workspace
+ - ./data:/app/data
+ ## allow auto-gpt to write logs to disk
+ - ./logs:/app/logs
+ ## uncomment following lines if you want to make use of these files
+ ## you must have them existing in the same folder as this docker-compose.yml
+ #- type: bind
+ # source: ./azure.yaml
+ # target: /app/azure.yaml
+ #- type: bind
+ # source: ./ai_settings.yaml
+ # target: /app/ai_settings.yaml
```
4. Create the necessary [configuration](#configuration) files. If needed, you can find