Skip to content

Commit

Permalink
Fix docker compose file (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifercr07 authored Oct 26, 2024
1 parent 7aa2e55 commit 9596dbd
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 @@ -32,10 +32,10 @@ services:
- dicedbadmin
- dicedb
environment:
- DICEDB_ADMIN_ADDR=localhost:7379
- DICEDB_ADMIN_ADDR=dicedbadmin:7379
- DICEDB_ADMIN_USERNAME=${DICEDB_ADMIN_USERNAME}
- DICEDB_ADMIN_PASSWORD=${DICEDB_ADMIN_PASSWORD}
- DICEDB_ADDR=localhost:7380
- DICEDB_ADDR=dicedb:7379
- DICEDB_USERNAME=${DICEDB_USERNAME}
- DICEDB_PASSWORD=${DICEDB_PASSWORD}
networks:
Expand Down

0 comments on commit 9596dbd

Please sign in to comment.