Skip to content

Commit

Permalink
docker: provide .env to the redis container, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Nov 1, 2019
1 parent c62978e commit c864f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Expand Up @@ -72,6 +72,8 @@ services:
redis:
image: redis:5-alpine
restart: unless-stopped
env_file:
- ./.env
ports:
- "6379:6379"
volumes:
Expand Down

1 comment on commit c864f4b

@shleeable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Please sign in to comment.