Skip to content

Commit

Permalink
Fix path to workspace directory in setup guide (Significant-Gravitas#…
Browse files Browse the repository at this point in the history
…3927)

Co-authored-by: Nicholas Tindle <[email protected]>
  • Loading branch information
itaisteinherz and ntindle authored May 10, 2023
1 parent 980bbe2 commit 5989c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt
REDIS_HOST: ${REDIS_HOST:-redis}
profiles: ["exclude-from-up"]
volumes:
- ./auto_gpt_workspace:/app/auto_gpt_workspace
- ./auto_gpt_workspace:/app/autogpt/auto_gpt_workspace
- ./data:/app/data
## allow auto-gpt to write logs to disk
- ./logs:/app/logs
Expand Down

0 comments on commit 5989c14

Please sign in to comment.