mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
Update docker-compose.yml
Needed to add this to get `docker-compose run auto-gpt` to run successfully
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
build: ./
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- "./autogpt:/app"
|
||||
- ".env:/app/.env"
|
||||
|
||||
Reference in New Issue
Block a user