Hello, MongoDB is expose on PORT:27018 But the MongoExpress try to connect to 27017 PORT in docker compose, i change it to : ME_CONFIG_MONGODB_PORT: 27018 in docker-compose.mongo-express.yml works fine now