alfresco-global.properties always reset the setting in dockerize container alfresco community 7.2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 07:14 AM
alfresco-global.properties always reset the setting in dockerize container alfresco community 7.2
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 01:37 PM
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:
or
https://github.com/AlfrescoArchive/acs-community-deployment/issues/131#issuecomment-691300550
~Abhinav
(ACSCE, AWS SAA, Azure Admin)
(ACSCE, AWS SAA, Azure Admin)
