Skip to content

Commit

Permalink
redis pswd 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent d083adc commit 4b643e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ services:
image: redis:6.2-alpine
hostname: redis
container_name: redis
command: ['redis-server', '--requirepass', '${REDIS_PASSWORD}']
command: >
--requirepass ${REDIS_PASSWORD}
ports:
- 6379:6379

Expand Down

0 comments on commit 4b643e6

Please sign in to comment.