Update docker-compose.yml

Needed to add this to get `docker-compose run auto-gpt` to run successfully
This commit is contained in:
Duncan Roosma
2023-04-15 11:42:12 +02:00
committed by GitHub
parent e986af5de0
commit d53bd020ea

View File

@@ -7,6 +7,8 @@ services:
depends_on:
- redis
build: ./
env_file:
- .env
volumes:
- "./autogpt:/app"
- ".env:/app/.env"