Sign inSign up

n0xcode/docker-dolibarr

By n0xcode

Updated about 3 years ago

Docker image for Dolibarr with auto configuration.

Image
2

3.8K

n0xcode/docker-dolibarr repository overview

License: AGPL v3 Build Status Docker Pulls Latest version Docker Size Docker stars Gitlab stars GitHub stars

Quality Gate Status Code Smells Reliability Rating Vulnerabilities Bugs Security Rating Maintainability Rating

Dolibarr on Docker

Docker image for Dolibarr.

Provides full database configuration, production mode, HTTPS enforcer (SSL must be provided by reverse proxy), handles upgrades, and so on...

View full documentation here

What is Dolibarr

Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...).

Dockerhub n0xcode/docker-dolibarr

Tags:

VersionTagsArchitecturePHP
18.018.0.1-apache 18.0-apache apache 18.0.1 18.0 latestamd64, i3868.1
18.018.0.1-fpm 18.0-fpm fpmamd64, i3868.1
18.018.0.1-fpm-alpine 18.0-fpm-alpine fpm-alpineamd64, i3868.1
17.017.0.3-apache 17.0-apache 17.0.3 17.0amd64, i3868.1
17.017.0.3-fpm 17.0-fpmamd64, i3868.1
17.017.0.3-fpm-alpine 17.0-fpm-alpineamd64, i3868.1
16.016.0.5-apache 16.0-apache 16.0.5 16.0amd64, i3868.1
16.016.0.5-fpm 16.0-fpmamd64, i3868.1
16.016.0.5-fpm-alpine 16.0-fpm-alpineamd64, i3868.1
15.015.0.3-apache 15.0-apache 15.0.3 15.0amd64, i3867.3
15.015.0.3-fpm 15.0-fpmamd64, i3867.3
15.015.0.3-fpm-alpine 15.0-fpm-alpineamd64, i3867.3
14.014.0.5-apache 14.0-apache 14.0.5 14.0amd64, i3867.3
14.014.0.5-fpm 14.0-fpmamd64, i3867.3
14.014.0.5-fpm-alpine 14.0-fpm-alpineamd64, i3867.3
13.013.0.5-apache 13.0-apache 13.0.5 13.0amd64, i3867.3
13.013.0.5-fpm 13.0-fpmamd64, i3867.3
13.013.0.5-fpm-alpine 13.0-fpm-alpineamd64, i3867.3
12.012.0.5-apache 12.0-apache 12.0.5 12.0amd64, i3867.3
12.012.0.5-fpm 12.0-fpmamd64, i3867.3
12.012.0.5-fpm-alpine 12.0-fpm-alpineamd64, i3867.3

https://wiki.dolibarr.org/index.php?title=Versions

Quick reference

How to run this image

This image is based on the officiel PHP repository. It is inspired from nextcloud, tuxgasy/docker-dolibarr and Monogramm/docker-dolibarr.

This image does not contain the database for Dolibarr. You need to use either an existing database or a database container.

This image is designed to be used in a micro-service environment. There are two versions of the image you can choose from.

The apache tag contains a full Dolibarr installation including an apache web server. It is designed to be easy to use and gets you running pretty fast. This is also the default for the latest tag and version tags that are not further specified.

The second option is a fpm container. It is based on the php-fpm image and runs a fastCGI-Process that serves your Dolibarr page. To use this image it must be combined with any webserver that can proxy the http requests to the FastCGI-port of the container.

Questions / Issues

If you got any questions or problems using the image, please visit our Gitlab Repository and write an issue.

Tag summary

Content type

Image

Digest

sha256:f1ae7beaa

Size

212.6 MB

Last updated

about 3 years ago

docker pull n0xcode/docker-dolibarr:12.0-fpm-alpine