Skip to content

Commit

Permalink
Fix password for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 24, 2024
1 parent 1383b25 commit 63538e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:
hostname: keydb
ports:
- "6379:6379"
environment:
- KEYDB_PASSWORD=${KEYDB_PASSWORD}
command: ["keydb-server", "--requirepass", "${KEYDB_PASSWORD}"]
restart: always
postgresql:
image: postgres:16.2
Expand Down

0 comments on commit 63538e6

Please sign in to comment.