version: '3'

services:

  mongo:
    image: mongo:6.0.12
    ports:
      - "27017:27017"
