Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitparekh17 committed Oct 17, 2024
1 parent 5cecd74 commit aaf4840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ services:
- dicedb
environment:
- DICEDB_ADDR=dicedb:7379
- DICEDB_USERNAME=${DICE_USERNAME}
- DICEDB_PASSWORD=${DICE_PASSWORD}
- DICEDB_USERNAME=${DICEDB_USERNAME}
- DICEDB_PASSWORD=${DICEDB_PASSWORD}
networks:
- dice-network

Expand Down

0 comments on commit aaf4840

Please sign in to comment.