Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ services:
test: curl --write-out 'HTTP %{http_code}' --fail --silent --output /dev/null http://localhost:8082

redis:
image: redis/redis-stack-server
image: redis:latest
hostname: redis
container_name: redis
ports:
Expand All @@ -168,4 +168,4 @@ services:
interval: 10s
retries: 5
start_period: 5s
timeout: 5s
timeout: 5s