forked from Wavyzz/dolibarr-docker
* Add v15 * Add initial support to postgres * [78] Add compose example for postgres installation * [78] Fix docs: moved upgrade lines under proper section * [78] Add postgres upgrade instructions * [gh-78] Improve conf.php management with pgsql
526 B
526 B
Dolibarr with postgres
Running a Dolibarr instance with a postgres server is a new behaviour, this examples show you how to describe this architecture in a docker-compose way.
When set to use pgsql, Dolibarr must be installed manually on it's first execution:
- Browse to
http://0.0.0.0/install; - Follow the installation setup;
- Add
install.lockinside the container volume/var/www/html/documents(exdocker-compose exec services-data_dolibarr_1 /bin/bash -c "touch /var/www/html/documents/install.lock").