dolibarr/build/docker
Laurent Destailleur b6a0d00081 Doc
2024-08-16 20:15:58 +02:00
..
.github/workflows Support Docker install in production environment (#29951) 2024-06-15 17:11:01 +02:00
.gitignore Support Docker install in production environment (#29951) 2024-06-15 17:11:01 +02:00
docker-compose.yml #NEW force_install_noedit : add value 3 to block all technical parameters excepted main_url (#30080) 2024-06-19 19:27:04 +02:00
docker-run.sh #NEW force_install_noedit : add value 3 to block all technical parameters excepted main_url (#30080) 2024-06-19 19:27:04 +02:00
Dockerfile Support Docker install in production environment (#29951) 2024-06-15 17:11:01 +02:00
README.md Doc 2024-08-16 20:15:58 +02:00

How to use it ?

This directory is experimental. Scope of its used is not clear and not documented. If you are looking for a process to run Dolibarr as an official Docker image, you can find it on https://hub.docker.com/r/dolibarr/dolibarr

For experimental dev - TO REMOVE.

But if you want to execute the version of Dolibarr that is into this current directory as a docker process, you can do it with this commands.

export HOST_USER_ID=$(id -u) export HOST_GROUP_ID=$(id -g) export MYSQL_ROOT_PWD=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 13; echo)

docker-compose up -d

Warning: There is no persistency of data. If you need so, you should use instead the official Docker image that you can find on https://hub.docker.com/r/dolibarr/dolibarr