We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e23486 commit a7b97c9Copy full SHA for a7b97c9
docker/postgres-gis/Dockerfile
@@ -133,6 +133,7 @@ COPY --from=builder / /
133
EXPOSE 5432 8008 8080
134
ENV LC_ALL=en_US.utf-8 \
135
PATH=$PATH:/usr/pgsql-$PGVERSION/bin \
136
+ HOME=/home/postgres \
137
PGHOME=/home/postgres \
138
RW_DIR=/run \
139
TIMESCALEDB=$TIMESCALEDB \
docker/postgres/Dockerfile
@@ -130,6 +130,7 @@ COPY --from=builder / /
130
131
132
0 commit comments