4 Star 2 Fork 2

Gitee 极速下载/API-Umbrella

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/NREL/api-umbrella
克隆/下载
Dockerfile-postgres 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM public.ecr.aws/docker/library/postgres:15.10-bookworm
COPY ./test/config/ssl_test.crt /var/lib/postgresql/server.crt
COPY ./test/config/ssl_test.key /var/lib/postgresql/server.key
RUN chown postgres /var/lib/postgresql/server.key /var/lib/postgresql/server.key && chmod 600 /var/lib/postgresql/server.key
CMD ["postgres", "-c", "ssl=on", "-c", "ssl_cert_file=/var/lib/postgresql/server.crt", "-c", "ssl_key_file=/var/lib/postgresql/server.key"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/mirrors/API-Umbrella.git
git@gitee.com:mirrors/API-Umbrella.git
mirrors
API-Umbrella
API-Umbrella
main

搜索帮助