Update docker-compose.yml

master
cheetah 5 years ago
parent c9a6c80d4d
commit 4cfdf003f4

@ -10,11 +10,11 @@ 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
volumes: volumes:
- ./config.json/:/usr/src/config.json - ./config.json/:/usr/src/config.json
ports: ports:
- "6969:6969/tcp" - "6969:6969/tcp"

Loading…
Cancel
Save