Skip to content

Commit

Permalink
Adjust redis/mongo image references
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Mar 18, 2020
1 parent 0a462b2 commit b31b1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '2'
version: '3'
services:
redis:
image: stingar/redis:1.8
image: redis:alpine
mongodb:
image: stingar/mongodb:1.8
image: mongo:3.4.24-xenial
hpfeeds-bhr:
build:
context: .
Expand Down

0 comments on commit b31b1e2

Please sign in to comment.