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.
2 parents 67886d5 + 20be392 commit 82acda1Copy full SHA for 82acda1
Dockerfile
@@ -84,7 +84,8 @@ RUN dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs update &
84
chmod -R g+w /etc/pki/tls && \
85
test "$(id postgres)" = "uid=26(postgres) gid=26(postgres) groups=26(postgres)" && \
86
mkdir -p /var/lib/pgsql/data && \
87
- /usr/libexec/fix-permissions /var/lib/pgsql /var/run/postgresql
+ mkdir -p /run/postgresql && \
88
+ /usr/libexec/fix-permissions /var/lib/pgsql /run/postgresql
89
90
# Get prefix path and path to scripts rather than hard-code them in scripts
91
ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql \
0 commit comments