Skip to content

Commit

Permalink
Pin Mongo version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoc committed Oct 16, 2024
1 parent 28db78e commit 4921963
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
Expand Up @@ -2,16 +2,16 @@ version: "3.8"

services:
ranker:
image: "mpoc/ranker"
image: mpoc/ranker
restart: always
environment:
MONGO_CONNECTION_STRING: mongodb://db:27017/ranker
ports:
- "8001:8000"
- 8001:8000
depends_on:
- db
db:
image: "mongo"
image: mongo:4.4
restart: always
volumes:
- ranker-db:/data/db
Expand Down

0 comments on commit 4921963

Please sign in to comment.