Skip to content

Commit

Permalink
restored old start_redis script
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Nov 1, 2023
1 parent 74429f0 commit 1a39b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/start_redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docker run \
--health-interval 10s \
--health-retries 5 \
--health-timeout 5s \
--network host \
--user $(id -u):$(id -g) \
--publish $PORT:$PORT \
--volume /tmp:/tmp \
--detach redis:latest redis-server "${ARGS[@]}"

0 comments on commit 1a39b2e

Please sign in to comment.