emqx/.ci/docker-compose-file/docker-compose-mongo-single...

15 lines
231 B
YAML

version: '3.9'
services:
mongo_server:
container_name: mongo
image: mongo:${MONGO_TAG}
restart: always
networks:
- emqx_bridge
ports:
- "27017:27017"
command:
--ipv6
--bind_ip_all