Skip to content
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

Can’t Run vtiger with docker #48

Open
hacker-hackert opened this issue Dec 2, 2023 · 1 comment
Open

Can’t Run vtiger with docker #48

hacker-hackert opened this issue Dec 2, 2023 · 1 comment

Comments

@hacker-hackert
Copy link

hacker-hackert commented Dec 2, 2023

hi
I want to run vtiger on docker:
i tried to use some docker-compose.yml fileو but I did not succeed
could you please help and give me instructions step by step
thanks

yml file:
version: "3.9"
services:
vtiger:
image: javanile/vtiger:7.2.0
environment:
- VT_SITE_URL=http://localhost:5050
- MYSQL_HOST=vtiger-db
- MYSQL_DATABASE=vtigercrm
- MYSQL_ROOT_PASSWORD=vtigercrm
ports:
- 5050:80
volumes:
- vtiger:/var/lib/vtiger
vtiger-db:
image: mariadb:10.7.1
restart: always
ports:
- 3306:3306
security_opt:
- seccomp:unconfined
environment:
- MYSQL_DATABASE=vtigercrm
- MYSQL_ROOT_PASSWORD=vtigercrm
volumes:
- db_data:/var/lib/mysql:rw

volumes:
db_data:
vtiger:

and when i run it i got this error:
   ______________   
--| vtiger 7.2.0 |--
   ‾‾‾‾‾‾‾‾‾‾‾‾‾‾   
[vtiger] Init log files...
[vtiger] Start web loading...
[vtiger] Waiting for available database...
[vtiger] Database named 'vtigercrm' successfully imported.
[vtiger] Waiting for preparation volume: /var/lib/vtiger

 copy: '/usr/src/vtiger/volume' to '/var/lib/vtiger'
 mode: '/var/lib/vtiger'
.symvol
logs/
storage/
test/
user_privileges/
languages/
 link: '/var/lib/vtiger' to '/var/www/html'
.symvol
logs/
storage/
test/
user_privileges/
languages/
 mode: '/var/www/html'
.symvol
logs/
storage/
test/
user_privileges/
languages/
[vtiger] Start cron daemon...
[vtiger] Set working directory: /app
[vtiger] Run main process...
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down

AH00015: Unable to open logs

@jDimitrako
Copy link

I have the same issue :( (MacBook m3 pro)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants