<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Postgresql on Mr.Yu-技术笔记</title>
    <link>https://yujinping.top/tags/postgresql/</link>
    <description>Recent content in Postgresql on Mr.Yu-技术笔记</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 10 Jul 2022 22:45:00 +0800</lastBuildDate>
    <atom:link href="https://yujinping.top/tags/postgresql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>连接Docker内的Postgres数据库</title>
      <link>https://yujinping.top/post/mysql/postgres_in_docker/</link>
      <pubDate>Sun, 10 Jul 2022 22:45:00 +0800</pubDate>
      <guid>https://yujinping.top/post/mysql/postgres_in_docker/</guid>
      <description>命令行 方式启动postgres in docker docker run --name postgres -e POSTGRES_PASSWORD=123456 -e POSTGRES_USER=postgres -e ALLOW_IP_RANGE=0.0.0.0/0 -p 5432:5432 -d postgres:14.4注意事项 启动参数 -e ALLOW_IP_RANGE=0.0.0.0/0 必须加上，否则无法从容器外部访问该postgres实例 默认的postgres实例监听的是5432端口，最好通过端口映射到宿主机的方式进行 docker-compose 方式启动 postgre in docker 相关文章</description>
    </item>
  </channel>
</rss>
