Merge pull request #1525 from droosma/patch-1

Update docker-compose.yml
pull/1590/head
Richard Beales 2023-04-15 16:27:40 +01:00 committed by GitHub
commit f957331310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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