Skip to content

Commit

Permalink
Use light weight docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
kj415j45 committed Aug 9, 2023
1 parent 044c11c commit 15b2d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
docker run -p 27017:27017 --name mongo -d mongodb/mongodb-community-server:latest

# Redis
docker run -p 6379:6379 --name redis -d redis/redis-stack:latest
docker run -p 6379:6379 --name redis -d redis/redis-stack-server:latest

0 comments on commit 15b2d13

Please sign in to comment.