mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-02-17 09:16:39 +00:00
Removes unnecessary lines
This commit is contained in:
parent
192127f0c7
commit
4a853ab543
@ -2,6 +2,3 @@ FROM postgres
|
||||
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
||||
EXPOSE 5432
|
||||
VOLUME ["/var/lib/postgresql/data"]
|
||||
ENV POSTGRES_USER=$POSTGRES_USER
|
||||
ENV POSTGRES_PASSWORD=$POSTGRES_PASSWORD
|
||||
ENV POSTGRES_MULTIPLE_DATABASES=$POSTGRES_MULTIPLE_DATABASES
|
||||
|
Loading…
x
Reference in New Issue
Block a user