-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to login using external data volume #16
Comments
Try the latest version. I did make it easier to bootstrap the data on an initial install. Also make sure /home/alfresco/* exist and that your container has read/write permissions to those directories. |
Same problem here with the latest version Ihre Authentifizierungsdaten wurden nicht erkannt oder Alfresco Content Services ist zurzeit nicht verfügbar. Your authentication data has not been detected or Alfresco Content Services is unavailable at this time. |
I successfully used the following docker-compose.yml (similar to the one above) from scratch:
Replace [/path_to/container_data] with a path that works on your system. Also make sure you have permissions to write to your volume from the container. I'm closing unless anyone can provide more details that proves it is an error with the image instead of operator error. |
My
docker-compose.yml
looks as follows:Not able to login to Alfresco after reaching to
http://my_ip:8080/share/page
using following credentials:username: admin
password: admin
If I only use container volume, then everything works fine i.e
The text was updated successfully, but these errors were encountered: