Guilhem Saurel 6be5ca1598 dolibarr: restart nginx 6 years ago
..
Dockerfile.fpm aff75d4631 dolibarr: v9 6 years ago
Dockerfile.nginx 5d9921f6ee dolibarr: use a shared volume between app & web, and mount volumes RO in web 6 years ago
README.md 26af0c670a postgres containers renamed db, fix #63 6 years ago
docker-compose.yml 6be5ca1598 dolibarr: restart nginx 6 years ago
nginx.conf 9d7933c10b Dolibarr: working version, but not yet satisfactory 6 years ago

README.md

Dolibarr

Usage

echo POSTGRES_PASSWORD=$(openssl rand -base64 32) >> .env
docker-compose up -d --build
docker-compose exec app touch conf/conf.php
docker-compose exec app chown www-data documents conf/conf.php

Go to your webbrowser to finish installation:

  • DB host: db
  • DB name / DB user: postgres
  • DB password: look inside .env
  • DB port: empty
docker-compose exec app touch documents/install.lock
docker-compose exec app chmod -w conf/conf.php documents/install.lock

Update

docker-compose pull
docker-compose up -d --build
docker-compose exec app rm documents/install.lock

Go to your webbrowser to finish upgrade

docker-compose exec app touch documents/install.lock
docker-compose exec app chmod -w documents/install.lock