You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add following entry to Dockerfile: VOLUME /usr/local/tomcat/alf_data
Without VOLUME entry, files uploaded by users are getting removed whenever docker image instance is removed/recreated.
From docker documentation:
VOLUME
Dockerfile reference for the VOLUME instruction
The VOLUME instruction should be used to expose any database storage area, configuration storage, or files/folders created by your docker container. You are strongly encouraged to use VOLUME for any mutable and/or user-serviceable parts of your image.
Please add following entry to Dockerfile:
VOLUME /usr/local/tomcat/alf_data
Without
VOLUME
entry, files uploaded by users are getting removed whenever docker image instance is removed/recreated.From docker documentation:
Alfresco backup docs: https://docs.alfresco.com/6.1/concepts/backup-intro.html
The text was updated successfully, but these errors were encountered: