Skip to content

Commit b888b80

Browse files
authored
Merge pull request #69 from cybertec-postgresql/readonlyfilesystem
Readonlyfilesystem
2 parents 5477bf2 + a7b97c9 commit b888b80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/postgres-gis/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ COPY --from=builder / /
133133
EXPOSE 5432 8008 8080
134134
ENV LC_ALL=en_US.utf-8 \
135135
PATH=$PATH:/usr/pgsql-$PGVERSION/bin \
136+
HOME=/home/postgres \
136137
PGHOME=/home/postgres \
137138
RW_DIR=/run \
138139
TIMESCALEDB=$TIMESCALEDB \

docker/postgres/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ COPY --from=builder / /
130130
EXPOSE 5432 8008 8080
131131
ENV LC_ALL=en_US.utf-8 \
132132
PATH=$PATH:/usr/pgsql-$PGVERSION/bin \
133+
HOME=/home/postgres \
133134
PGHOME=/home/postgres \
134135
RW_DIR=/run \
135136
TIMESCALEDB=$TIMESCALEDB \

0 commit comments

Comments
 (0)