Golmak

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Golmak

  1. 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
  2. You are absolutely right it is only for the testing phase then each docker will have different ursers with refined access rights.
  3. 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.
  4. 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.
  5. Thanks for sharing your setup. Yes it's the same personalized network
  6. Thanks for DOLI_URL_ROOT The network modes for both containers is the same Custom
  7. 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
  8. I have tested on UnRaid 6.9.2 it is the same. It shows up in System Devices but is not assigned as a network interface ... Have a good day
  9. Hello i'm also interested ! Someone have test with the new version of Unraid 6.9.2 ? Thanks