Skip to content

Commit

Permalink
fix: dragonfly password removed from .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
RatulSaqibKhan committed Nov 5, 2024
1 parent b194ddd commit f58eda2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ NAMED_VOLUME_TO_RESTORE=common-mysql-db

# =============================================================

DRAGONFLY_PASSWORD=dragonflypass
DRAGONFLY_PASSWORD=
2 changes: 1 addition & 1 deletion docker-compose.override.dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
ulimits:
memlock: -1
command: ["--requirepass", "${DRAGONFLY_PASSWORD}"]
command: ["--requirepass", "${DRAGONFLY_PASSWORD:dragonflypass}"]
volumes:
- common-dragonfly-db:/data
networks:
Expand Down

0 comments on commit f58eda2

Please sign in to comment.