Hello guys, I have been trying to install alfresco community for more than a
week through angelbarroy's tutorial on alfresco docker when installing version 23.2,
the alfresco content services containers, the share shows me unhealty, does anyone
have any ideas, and it is not a resource problem since the machine has 38GB of ram and
an 18-core virtual processor 2TB storage
Solved! Go to Solution.
As I understand you are using the https://github.com/Alfresco/alfresco-docker-installer
From the docker-compose.yml file remove all 'healthcheck' records and change all depends_on in that maner:
depends_on: alfresco: condition: service_healthy
to
depends_on: - alfresco
This allow you to have acess to log files during container starts. Look at Share log (docker compose logs -f share) and resolve the errors.
As I understand you are using the https://github.com/Alfresco/alfresco-docker-installer
From the docker-compose.yml file remove all 'healthcheck' records and change all depends_on in that maner:
depends_on: alfresco: condition: service_healthy
to
depends_on: - alfresco
This allow you to have acess to log files during container starts. Look at Share log (docker compose logs -f share) and resolve the errors.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.