Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 6.7 KB

README.md

File metadata and controls

90 lines (71 loc) · 6.7 KB

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

Summary of documentation

Supported tags and respective Dockerfile links

Dockerhub n0xcode/docker-dolibarr

Tags:

Version Tags Architecture PHP
16.0 16.0.4-apache 16.0-apache apache 16.0.4 16.0 latest amd64, i386, arm64v8 8.1
16.0 16.0.4-fpm 16.0-fpm fpm amd64, i386, arm64v8 8.1
16.0 16.0.4-fpm-alpine 16.0-fpm-alpine fpm-alpine amd64, i386, arm64v8 8.1
15.0 15.0.3-apache 15.0-apache 15.0.3 15.0 amd64, i386, arm64v8 7.3
15.0 15.0.3-fpm 15.0-fpm amd64, i386, arm64v8 7.3
15.0 15.0.3-fpm-alpine 15.0-fpm-alpine amd64, i386, arm64v8 7.3
14.0 14.0.5-apache 14.0-apache 14.0.5 14.0 amd64, i386, arm64v8 7.3
14.0 14.0.5-fpm 14.0-fpm amd64, i386, arm64v8 7.3
14.0 14.0.5-fpm-alpine 14.0-fpm-alpine amd64, i386, arm64v8 7.3
13.0 13.0.5-apache 13.0-apache 13.0.5 13.0 amd64, i386, arm64v8 7.3
13.0 13.0.5-fpm 13.0-fpm amd64, i386, arm64v8 7.3
13.0 13.0.5-fpm-alpine 13.0-fpm-alpine amd64, i386, arm64v8 7.3
12.0 12.0.5-apache 12.0-apache 12.0.5 12.0 amd64, i386, arm64v8 7.3
12.0 12.0.5-fpm 12.0-fpm amd64, i386, arm64v8 7.3
12.0 12.0.5-fpm-alpine 12.0-fpm-alpine amd64, i386, arm64v8 7.3
11.0 11.0.5-apache 11.0-apache 11.0.5 11.0 amd64, i386, arm64v8 7.3
11.0 11.0.5-fpm 11.0-fpm amd64, i386, arm64v8 7.3
11.0 11.0.5-fpm-alpine 11.0-fpm-alpine amd64, i386, arm64v8 7.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.