Skip to content

Commit

Permalink
refactor/redis-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nike-getto authored Dec 5, 2024
1 parent 75c6b1e commit d879c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
container_name: cache
restart: always
environment:
- REDIS_PASSWORD=your-redis-password
- REDIS_PASSWORD=ccportal
command: redis-server --requirepass ${REDIS_PASSWORD}
ports:
- "6379:6379"
Expand Down

0 comments on commit d879c73

Please sign in to comment.