Skip to content

Commit

Permalink
Merge pull request #5 from MyK00L/revert_mongo
Browse files Browse the repository at this point in the history
Added tag to mongo image in docker-compose
  • Loading branch information
GiackAloZ authored Aug 21, 2021
2 parents fffe294 + 01f45d2 commit f941903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"

services:
contest_service_db:
image: mongo
image: mongo:4.4.8
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
Expand Down

0 comments on commit f941903

Please sign in to comment.