Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Needed to add this to get `docker-compose run auto-gpt` to run successfully
  • Loading branch information
droosma authored Apr 15, 2023
1 parent e986af5 commit d53bd02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
depends_on:
- redis
build: ./
env_file:
- .env
volumes:
- "./autogpt:/app"
- ".env:/app/.env"
Expand Down

0 comments on commit d53bd02

Please sign in to comment.