Skip to content

Commit b69eea0

Browse files
committed
chore: Update Makefile to include redis-server with appendonly option
1 parent cf60917 commit b69eea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dbs: ## Start databases
9393
--health-start-period=5s \
9494
--health-retries=3 \
9595
--health-cmd="redis-cli ping || exit 1" \
96-
redis || true
96+
redis redis-server --appendonly yes || true
9797
@docker exec -it $(BASE_NAME)-mongodb mongosh --eval "rs.initiate({_id: 'rs0', members: [{_id: 0, host: '127.0.0.1:27017'}]})" || true
9898

9999
stop: ## Stop the container

0 commit comments

Comments
 (0)