We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cd76d commit b9e96b6Copy full SHA for b9e96b6
1 file changed
Containerfile
@@ -70,4 +70,5 @@ RUN chmod 644 /usr/local/share/postgresql/extension/vchord* && \
70
COPY docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
71
72
# Immich-specific defaults
73
-ENV POSTGRES_DB=immich
+ENV POSTGRES_DB=immich \
74
+ POSTGRES_SHARED_PRELOAD_LIBRARIES=vchord
0 commit comments