Skip to content

Commit

Permalink
disable Redis cache on local dev machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 25, 2024
1 parent 5667635 commit 5e975ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- REDIS_PORT=6379
- BASIC_SSL=${BASIC_SSL:-false}
- HMR_PORT=${HMR_PORT:-7861} # Hot Module Replacement
- IS_CACHE_ENABLED=${IS_CACHE_ENABLED:-true}
- IS_CACHE_ENABLED=${IS_CACHE_ENABLED:-false}
ports:
- "${PORT:-7860}:7860"
- "${HMR_PORT:-7861}:7861"
Expand Down

0 comments on commit 5e975ff

Please sign in to comment.