当前位置:网站首页>修改Firebase Emulators的默认侦听IP
修改Firebase Emulators的默认侦听IP
2022-04-23 14:10:00 【世宝宝】
firebase emulators:start 默认侦听在localhost,如果使用Docker则无法通过端口映射进行访问。
我们可以修改firebase.json文件让emulators侦听在其它IP上
"emulators": {
"functions": {
"port": 5001,
"host": "0.0.0.0"
},
"firestore": {
"port": 8080
},
"database": {
"port": 9000,
"host": "0.0.0.0"
},
"hosting": {
"port": 5000
}
}
具体参考官方文档:
版权声明
本文为[世宝宝]所创,转载请带上原文链接,感谢
https://blog.csdn.net/0210/article/details/120720463
边栏推荐
猜你喜欢

金融行业云迁移实践 平安金融云整合HyperMotion云迁移解决方案,为金融行业客户提供迁移服务

微信小程序客服接入,实现发送和接收消息

MySQL数据库讲解(九)

字节面试编程题:最小的K个数

RecyclerView进阶使用-实现仿支付宝菜单编辑页面拖拽功能

线程组ThreadGroup使用介绍+自定义线程工厂类实现ThreadFactory接口

统信UOS卸载php7.2.24,安装php7.4.27 ;卸载再安装为PHP 7.2.34

01-nio basic ByteBuffer and filechannel

On the multi-level certificate based on OpenSSL, the issuance and management of multi-level Ca, and two-way authentication

HyperMotion云迁移助力中国联通,青云完成某央企上云项目,加速该集团核心业务系统上云进程
随机推荐
星界边境文本自动翻译机(高级版)使用说明
帆软中根据分类进行汇总
帆软中单元格中隔行变色以及数量大于100字体变大变红设置
Multiple inheritance virtual base exercises
MySQL数据库讲解(十)
在MAC上安装mysql
Wechat applet communicates with low-power Bluetooth - sending data to hardware (III)
Jira截取全图
Operation instructions of star boundary text automatic translator
postman批量生产body信息(实现批量修改数据)
How to do a project easily
云容灾是什么意思?云容灾和传统容灾的区别?
如何快速批量创建文本文档?
STD:: map and STD:: vector memory free
Quickly understand the three ways of thread implementation
使用开源调研工具Prophet是一种什么体验?
KVM学习资源
OpenStack命令操作
squid代理
Five ways of using synchronized to remove clouds and fog are introduced