November 4, 20223 yr [Template only, I am not the container author/maintainer] Template: https://github.com/kilrah/unraid-docker-templates/raw/main/templates/dolibarr.xml Registry: https://hub.docker.com/r/tuxgasy/dolibarr/ A container for the Dolibarr Open Source ERP and CRM for business. Default login is admin/admin. Database creation takes a few minutes on first launch.
April 23, 20233 yr On 11/5/2022 at 4:11 AM, Kilrah said: [Template only, I am not the container author/maintainer] Template: https://github.com/kilrah/unraid-docker-templates/raw/main/templates/dolibarr.xml Registry: https://hub.docker.com/r/tuxgasy/dolibarr/ A container for the Dolibarr Open Source ERP and CRM for business. Default login is admin/admin. Database creation takes a few minutes on first launch. @Kilrah Login admin, Password admin din't work?
April 24, 20233 yr Author I just tried a fresh install and it's fine. Did you give it a fresh empty database and let it set up before trying to log in?
October 18, 20232 yr Hi, I wold like to know how to change from app install the ENV vars for php without modifying php.ini. If you take a look at https://hub.docker.com/r/tuxgasy/dolibarr/ you can see that you can do it from docker directly when installing adding some of the "Environment variables summary", but I am not sure how to do it. PHP_INI_MEMORY_LIMIT PHP_INI_UPLOAD_MAX_FILESIZE PHP_INI_POST_MAX_SIZE Can you help me on how to do it?
October 18, 20232 yr Author Just select "Add another Path, Port, Variable, Label or Device", select Variable and enter what you need, repeat as necessary.
October 20, 20232 yr Author The Key is what matters, the name is just what's displayed in the left column of the Unraid UI.
January 9, 20242 yr Hi, I tried to install docker and I have a problem in the configuration at the database level. I have a mysql docker to run the Dolibarr database, which is why I specified this in the Dolibarr docker variables: DOLI_DB_HOST = mysql DOLI_DB_HOST_PORT = 3306 DOLI_URL_ROOT = http://localhost When launching the Dolibarr docker I have this message in the console: Waiting that SQL database is up It cannot find the database. I also entered the variables: DOLI_DB_USER, DOLI_DB_PASSWORD, DOLI_DB_NAME because I have already created the database in MySQL. For this DOLI_DB_HOST variable I tried the MySQL docker name (mysql), I tried the docker IP address but nothing works... I'm stuck. The port is correct and the MySQL server works because I use it with other dockers. What do you put in the DOLI_URL_ROOT variable ? What do you think ? Thanks
January 9, 20242 yr Author What are the network modes for both containers? DOLI_URL_ROOT should be http://serverip:port
January 9, 20242 yr Thanks for DOLI_URL_ROOT The network modes for both containers is the same Custom
January 10, 20242 yr I wonder if the problem is not using an external MySQL docker... I found this post on this subject which addresses this issue. https://github.com/tuxgasy/docker-dolibarr/issues/104 The same error in the docker log is mentioned I use the MySql docker with several other dockers and want to keep this configuration.
January 10, 20242 yr Author Don't think so because that's precisely my setup and it's always been fine... Only potential difference I can see is I have both on the default bridge Are you sure the DB creds are correct? maybe the message is a catchall for all DB errors and not just connection related? Edited January 10, 20242 yr by Kilrah
January 11, 20242 yr I have checked access to the MySQL database several times. I connect to it with the Root user I'm going to do other tests with MariaDB and changing the network to bridge for the 2 dockers. I will post the results of my tests.
January 11, 20242 yr Author 10 hours ago, Golmak said: I connect to it with the Root user You should not do that, always have a user per DB when you run multiple services on the same DB server. There are apps that are known to wipe the whole DB server during install if they have root access.
January 11, 20242 yr You are absolutely right it is only for the testing phase then each docker will have different ursers with refined access rights.
January 17, 20242 yr I'm coming back after having done several tests. I can only get the dolibarr image to work with the MariaDB docker. If I use the MySQL docker I can't do it. I have checked the user rights on the database. And I created the database in MySQL before installing the Dolibarr docker. Weird
January 26, 20242 yr Hello, @Kilrah I have mariadb installed for some other container like that: now I try to install Dolibarr with that setup: but it can't start. Logs show me: `Waiting that SQL database is up ...` Can You tell me what is wrong in my setup? Regards.
January 26, 20242 yr Author Did you actually create the "dolibarr" user and database in the mariadb container with phpmyadmin or such?
January 26, 20242 yr 2 hours ago, Kilrah said: Did you actually create the "dolibarr" user and database in the mariadb container with phpmyadmin or such? Hi, I don't. I think that dolibarr will create in that container db. Do You know how to do that in Adminer? Edited January 26, 20242 yr by MarianKoniuszko
January 27, 20242 yr Hello, anyone know how to change Superadmin password. There's admin:admin at login and I don't see any option in dashboard to change password. Edited January 27, 20242 yr by MarianKoniuszko
March 1, 20242 yr On 1/27/2024 at 2:24 PM, MarianKoniuszko said: Hello, anyone know how to change Superadmin password. There's admin:admin at login and I don't see any option in dashboard to change password. You can install a database manager like HeidiSQL and then you log into the mysql or MariaDB with that manager, from there you can edit the users etc
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.