增加ubuntu下mongo,postgres本地可访问
Posted zy_dream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了增加ubuntu下mongo,postgres本地可访问相关的知识,希望对你有一定的参考价值。
项目的本地数据库已经配置好,但是无法访问。
修改 hosts,增加本地 ip
vim /etc/hosts
127.0.0.1 mongo
127.0.0.1 postgres
以上是关于增加ubuntu下mongo,postgres本地可访问的主要内容,如果未能解决你的问题,请参考以下文章
通过 docker 使用 postgres 设置 nextcloud