I was probably getting a bit carried away...

This commit is contained in:
WilliamMiceli
2019-05-21 19:37:28 -04:00
parent 908c63843b
commit a437bb9754

View File

@@ -2,8 +2,8 @@ version: '2'
services:
mongo:
image: mongo:latest
command: 'mongod --smallfiles'
image: mongo:3
command: '--smallfiles --bind_ip ::,0.0.0.0'
dns: # Using Cloudflare DNS
- 1.1.1.1
- 1.0.0.1