We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e96b6 commit 0e26d56Copy full SHA for 0e26d56
2 files changed
.daemonless.yml .daemonless/config.yml.daemonless.yml renamed to .daemonless/config.yml
Containerfile
@@ -54,7 +54,8 @@ LABEL org.opencontainers.image.title="Immich PostgreSQL" \
54
io.daemonless.port="5432" \
55
io.daemonless.arch="${FREEBSD_ARCH}" \
56
io.daemonless.category="Databases" \
57
- io.daemonless.vectorchord-version="${VECTORCHORD_VERSION}"
+ io.daemonless.vectorchord-version="${VECTORCHORD_VERSION}" \
58
+ org.freebsd.jail.allow.sysvipc="required"
59
60
# Copy built extensions from builder
61
COPY --from=builder /usr/local/lib/postgresql/vector.so /usr/local/lib/postgresql/
0 commit comments