Skip to content

Commit

Permalink
Update redis & mongo versions in docker-compose
Browse files Browse the repository at this point in the history
Fixes some issues I was having on an M1 mac
  • Loading branch information
jdelStrother committed Aug 12, 2021
1 parent d1e15fe commit 10e863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
# image: postgres:9.4
redis:
container_name: flipper_redis
image: redis:2.8
image: redis:6.2.5
mongo:
container_name: flipper_mongo
image: mongo:3.3
image: mongo:4.4.8
memcached:
container_name: flipper_memcached
image: memcached:1.4.33
Expand Down

0 comments on commit 10e863f

Please sign in to comment.