Laurent Destailleur 2 years ago
parent
commit
70ce504e8b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      build/docker/README.md
  2. 1 1
      build/docker/docker-compose.yml

+ 2 - 2
build/docker/README.md

@@ -1,7 +1,7 @@
 # How to use it ?
 
-The docker-compose.yml file is used to build and run Dolibarr in the current workspace.
-This docker image intended for developpement usage.
+The docker-compose.yml file is a sample of a config file to use to build and run Dolibarr in the current workspace with Docker.
+This docker image is intended for developpement usage.
 For production usage you should consider other contributor reference like https://hub.docker.com/r/tuxgasy/dolibarr 
 
 Before build/run, define the variable HOST_USER_ID as following:

+ 1 - 1
build/docker/docker-compose.yml

@@ -10,7 +10,7 @@ services:
     mariadb:
         image: mariadb:latest
         environment:
-            MYSQL_ROOT_PASSWORD: root
+            MYSQL_ROOT_PASSWORD: rootpassfordev
             MYSQL_DATABASE: dolibarr
         ports:
             - "3306:3306"