Replies: 3 comments
-
提供一下部署方法 |
Beta Was this translation helpful? Give feedback.
0 replies
-
docker run -d \
--name postgresql \
--restart always \
-p 5432:5432 \
-e POSTGRES_PASSWORD=xxxxxxx \
-e TZ=Asia/Shanghai \
-e PGDATA=/var/lib/postgresql/data/pgdata \
-v /data/postgresql:/var/lib/postgresql/data \
registry.cn-hangzhou.aliyuncs.com/xxxxx:postgresql
无其他操作 镜像是官方最新镜像未修改
…________________________________
发件人: 王贺 ***@***.***>
发送时间: 2024年11月16日 10:42
收件人: 1Panel-dev/1Panel ***@***.***>
抄送: wtx ***@***.***>; Author ***@***.***>
主题: Re: [1Panel-dev/1Panel] [BUG] 1panel无法添加postgresql的远程服务器连接 (Issue #7091)
本机docker部署的postgresql
提供一下部署方法
―
Reply to this email directly, view it on GitHub<#7091 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXB3YBSIV6LT7XDSMZYLAL32A2WIHAVCNFSM6AAAAABR3Q7CTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBQGM2DOMRTGM>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
联系方式
[email protected]
1Panel 版本
v1.10.20-lts
问题描述
1panel提供的远程数据库无法连接本机docker部署的postgresql 非个例
重现步骤
期待的正确结果
No response
相关日志输出
附加信息
https://bbs.fit2cloud.com/t/topic/9083
https://bbs.fit2cloud.com/t/topic/9158
Beta Was this translation helpful? Give feedback.
All reactions