gui81 / docker-alfresco

Docker image for Alfresco Community Edition
MIT License
72 stars 63 forks source link

Connection failed at second start #28

Open warnonphilippe opened 5 years ago

warnonphilippe commented 5 years ago

I'm using the image with mysql.

The first time I start the container, it works. Then I stopped the containers and restart, I can't connect to alfresco using the UI (login failed). If I delete the volume and restart, it works.

I saw this problem on a mac and in a vagrant box running ubuntu. But it seems to work on linux.

Any idea ? Thanks

Below my docker-compose :

alfresco-mysql: image: mysql:5.7.20 volumes:

jairoandre commented 5 years ago

Maybe a later sugestion, but you can check the log of the tomcat running inside the container to get better ideas on what is going on: docker exec -it /bin/bash tail -f /alfresco/tomcat/logs/catalina.out