Could I custom mongodb container name and port in MUP?

Mup version (1.4.5):

Mup config

    env: {
      // TODO: Change to your app's url
      // If you are using ssl, it needs to start with https://
      ROOT_URL: 'http://1.2.3.4',
      MONGO_URL: 'mongodb://my-mongodb:27018/new-pos', // Custom Here
      MONGO_OPLOG_URL: 'mongodb://my-mongodb/local',
      PORT: 6666,

I would like to do this, Bc I want to use multi Mongodb Container Version: 3.x, 4.x.
But don’t work, please help me