We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3650e6e commit f3f7f3bCopy full SHA for f3f7f3b
docker-compose.yml
@@ -14,6 +14,8 @@ services:
14
- .env
15
environment:
16
REDIS_HOST: redis
17
+ volumes:
18
+ - ./.env:/usr/src/app/.env
19
20
redis:
21
image: redis:6.0-alpine
0 commit comments