Closed ben13300 closed 1 year ago
Hi @ben13300 ,
the current docker image (2.8.5.5) is based on Apache:php-7
Normally, you should have no issues… Did you try one of the docker-compose.yml samples I mentioned inside the README.md document?
FYI, I will soon package a new docker image, based on the just released librebooking (2.8.6)
Kind regards.
Robin
Dear @colisee, Thank you for your job and help. I chose the 'docker-compose: simple setup', I copied/pasted your docker-compose.yml, and tested it in a Synology docker.
I'll try again, as said I'm a newbie, and maybe I did something wrong
Thanks you very much Best Regards benoit
I tested it an other time.. Same issue. Thanks Benoit
Hi @ben13300,
I could not see anything wrong from the log output you shared with me.
Here are my questions:
Hi @colisee , Thanks for your help. I setted now values (sorry for my previous mistake) and here a screen copie of the application setup page.
The linuxserver/mariadb has not published port for mysql access , how the librebooking/librebooking can access to it ?
Bonjour @ben13300,
The screen copy indicates that you did not set the installation password for librebooking (environment variable LB_INSTALL_PWD). But there is also an issue connecting to the mariadb container, apparently...
Could you please share your docker-compose.yml file ?
Merci.
Robin
Here the file, thanks for your help. I put the same Password everywhere.
(txt extension put to allow upload on the site) docker-compose.yml.txt
Rebonjour,
Your docker-compose.yml file is correct, although you should specify a value for the environment variable TZ (ex: TZ=Europe/Paris).
Regardless of the remark on TZ, I tried your file on my computer and it worked perfectly...! Just to be sure, the URL for setting the application up is: http://192.168.0.109:7080/Web/install (in my case, the IP address was 192.168.0.95)
Here are my screen captures:
Setup: 1st display
Setup: 2nd display The MySQL user must be root
Setup: 3rd display All instructions performed successfully
Could you please check again on your side?
Benoît,
Please run these commands when performing the new attempt:
docker volume rm librebooking_html librebooking-db_data
docker-compose up --detach
This will make sure that the 2 volumes are re-created anew.
OK thanks you. So : first try, without removing the 2 volumes ---> Same issue. Second try, with removing the 2 volumes --> Good news, but connection mysql refused
Step 1 :
Step 2:
Step 3 : All is correct NOW !!!
THANK YOU VERY MUCH, sorry for my fist mistake (no password).
The first SQL warning should be ignored.
I can close the issue. Everything works fine now. It could be interesting to add The "rm" command into the installation guide.
Unfortunately, bookedscheduler may not meet my expectations, I have to make reservations like "every 2nd Tuesday of each month"... Not sure that's possible.
THANK YOU VERY MUCH @colisee FOR YOUR HELP !
Hello, I am trying to use LibreBooking docker, and i got the classic issue "Unknow error". Which PHP's version did you use inside your docker ? Thanks. Benoit (Newbie)