Dockerfile: Disable persistent volumes
Broke our demo. Need to investigate this later.
This commit is contained in:
parent
df3b125f27
commit
de5dbee3f9
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ RUN photoprism -v
|
|||
EXPOSE 2342
|
||||
|
||||
# Mountable volumes
|
||||
VOLUME ["/photoprism/storage", "/photoprism/originals", "/photoprism/import"]
|
||||
# VOLUME ["/photoprism/storage"]
|
||||
|
||||
# Configure entrypoint
|
||||
COPY --chown=root:root /docker/entrypoint.sh /entrypoint.sh
|
||||
|
|
|
@ -208,7 +208,7 @@ RUN photoprism -v
|
|||
EXPOSE 2342
|
||||
|
||||
# Mountable volumes
|
||||
VOLUME ["/photoprism/storage", "/photoprism/originals", "/photoprism/import"]
|
||||
# VOLUME ["/photoprism/storage"]
|
||||
|
||||
# Configure entrypoint
|
||||
COPY --chown=root:root /docker/entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue