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: services:
mongo: mongo:
image: mongo:latest image: mongo:3
command: 'mongod --smallfiles' command: '--smallfiles --bind_ip ::,0.0.0.0'
dns: # Using Cloudflare DNS dns: # Using Cloudflare DNS
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1