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