Docker postgres database not creating user

前端 未结 0 1953
谎友^
谎友^ 2021-01-21 05:06

I have the following Dockerfile:

FROM postgres:11.3 AS postgres

ENV POSTGRES_PASSWORD=password

COPY init.sql /docker-entrypoint-initdb.d/

Which

相关标签:
回答
  • 消灭零回复
提交回复
热议问题