-
Notifications
You must be signed in to change notification settings - Fork 62
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
Blank page after vtiger login #32
Comments
Which version of Vtiger Image you use? |
Vtiger docker image latest version 7.1 |
Should I add db properties in docker file and build the image ? |
@zahurulhaq did you have a docker-compose.yml file? please paste here? |
No I am using from docker hub as docker file |
I thinks you need follow this to have a proper setup https://github.com/javanile/vtiger-demo |
version: '3'
services:
vtiger:
image: javanile/vtiger:7.1.0
environment:
- VT_SITE_URL=http://localhost:8080
- MYSQL_HOST=mysql
- MYSQL_DATABASE=vtiger
- MYSQL_ROOT_PASSWORD=secret
ports:
- 8080:80
volumes:
- ./:/app
- vtiger:/var/lib/vtiger
links:
- mysql
mysql:
image: mysql:5.5
environment:
- MYSQL_DATABASE=vtiger
- MYSQL_ROOT_PASSWORD=secret
volumes:
- mysql:/var/lib/mysql:rw
volumes:
mysql:
vtiger: |
thanks for the reply @francescobianco please find above docker-compose file i want to connect vtiger container to host my sql db please help |
And it is running but getting white page after login as admin admin
In host already mysql server is running but what about connectivity with the host db
The text was updated successfully, but these errors were encountered: