dolibarr/build/docker
Laurent Destailleur 41664c1a0e
Merge pull request #13941 from bsene/fixes-13807-issue
Fix #13807 Docker: PHP installation does not support GD graphical functions
2020-05-23 13:48:15 +02:00
..
mariadb Docker corrections 2019-12-10 00:30:47 +00:00
.dockerignore Move all docker files into build/docker 2017-07-26 11:41:12 +02:00
docker-compose.yml add a mail server 2020-05-23 12:20:56 +02:00
docker-run.sh Docker corrections 2019-12-10 00:30:47 +00:00
Dockerfile Add PNG/JPEG packages to build GD extension 2020-05-21 17:01:27 +02:00
README.md Added hint for setting up database (issue #11815) 2019-09-16 13:24:21 +02:00

How to use it ?

The docker-compose.yml file is used to build and run Dolibarr in the current workspace.

Before build/run, define the variable HOST_USER_ID as following:

    export HOST_USER_ID=$(id -u)

Go in repository build/docker :

    cd build/docker

And then, you can run :

    docker-compose up

This will run 3 container Docker : Dolibarr, MariaDB and PhpMyAdmin.

The URL to go to the Dolibarr is :

    http://0.0.0.0

The URL to go to PhpMyAdmin is (login/password is root/root) :

    http://0.0.0.0:8080

Setup the database connection during the installation process, please use mariad b (name of the database container) as database host.