# Use root/example as user/password credentials version: '3.1' services: mongo: image: mongo container_name: mongo_test restart: always ports: - "27017:27017"