Dockerfile: Disable persistent volumes

Broke our demo. Need to investigate this later.
This commit is contained in:
Michael Mayer 2020-11-15 19:02:07 +01:00
parent df3b125f27
commit de5dbee3f9
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ RUN photoprism -v
EXPOSE 2342 EXPOSE 2342
# Mountable volumes # Mountable volumes
VOLUME ["/photoprism/storage", "/photoprism/originals", "/photoprism/import"] # VOLUME ["/photoprism/storage"]
# Configure entrypoint # Configure entrypoint
COPY --chown=root:root /docker/entrypoint.sh /entrypoint.sh COPY --chown=root:root /docker/entrypoint.sh /entrypoint.sh

View file

@ -208,7 +208,7 @@ RUN photoprism -v
EXPOSE 2342 EXPOSE 2342
# Mountable volumes # Mountable volumes
VOLUME ["/photoprism/storage", "/photoprism/originals", "/photoprism/import"] # VOLUME ["/photoprism/storage"]
# Configure entrypoint # Configure entrypoint
COPY --chown=root:root /docker/entrypoint.sh /entrypoint.sh COPY --chown=root:root /docker/entrypoint.sh /entrypoint.sh