Skip to content

Commit

Permalink
fix(dev): Redis host at Docker environment
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Aug 18, 2023
1 parent 1164865 commit ade1aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
APP_STAGE: dev
environment:
DB_HOST: db
REDIS_HOST: cache
volumes:
- ./:/opt/www
depends_on:
Expand Down

0 comments on commit ade1aab

Please sign in to comment.