Update docker-compose.yml
This commit is contained in:
parent
c9a6c80d4d
commit
4cfdf003f4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "./mongodb/:/data/db"
|
- "./mongodb/:/data/db"
|
||||||
mcbulkaccountcheckerandwatcher:
|
mcbulkaccountcheckerandwatcher:
|
||||||
image: "cuddlycheetah/MCBulkAccountCheckerAndWatcher"
|
image: "cuddlycheetah/mcbulkaccountcheckerandwatcher"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
links:
|
links:
|
||||||
- mongo
|
- mongo
|
||||||
|
|
Loading…
Add table
Reference in a new issue