mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 07:20:09 +00:00
postgres: fix another detail
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# From https://github.com/docker-library/postgres/blob/master/18/alpine3.23/Dockerfile
|
||||
FROM postgres:18.3-alpine
|
||||
|
||||
ENV PGDATA=/var/lib/postgresql
|
||||
ENV PGDATA=/var/lib/postgresql/data
|
||||
|
||||
COPY --chmod=775 start.sh /start.sh
|
||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
||||
|
||||
Reference in New Issue
Block a user