Docker ready

This commit is contained in:
Yûki VACHOT 2021-11-02 04:52:34 +01:00
parent 4629b42b36
commit 740fa9ab7b
3 changed files with 20 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module.exports = {
url: "mongodb://127.0.0.1:27017/polynotfound"
url: "mongodb://mongodb:27017/polynotfound"
};