alfresco-global.properties always reset the setting in dockerize container alfresco community 7.2

cancel
Showing results for 
Search instead for 
Did you mean: 
crisdev13
Active Member II

alfresco-global.properties always reset the setting in dockerize container alfresco community 7.2

alfresco-global.properties always reset the setting in dockerize container alfresco community 7.2

1 Reply
abhinavmishra14
Advanced

Re: alfresco-global.properties always reset the setting in dockerize container alfresco community 7.

That's expected as whenever you restart the container the base image is used to deploy the repository unless you copy the your custom alresco-global.properties changes via DockerFile to the base image and build a custom image. 

You need to use a custom DockerFile and docker-compose.yml in combination. See the example outlined here: 

https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-global-properties-location/m-p/...

or

https://github.com/AlfrescoArchive/acs-community-deployment/issues/131#issuecomment-691300550

 

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)