Skip to content

Commit ec8f09c

Browse files
committed
More complete README
1 parent 56b46f9 commit ec8f09c

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Dolibarr on Docker
22

3-
Docker image for Dolibarr ERP CRM Open source web suite.
3+
Docker image for Dolibarr ERP & CRM Open source web suite.
4+
5+
Dolibarr is a modern software package to manage your organization's activity (contacts, quotes, invoices, orders, stocks, agenda, hr, expense reports, accountancy, ecm, manufacturing, ...).
6+
7+
> [More information](https://github.com/dolibarr/dolibarr)
48
59

610
## Supported tags
@@ -22,12 +26,6 @@ Docker image for Dolibarr ERP CRM Open source web suite.
2226
Linux x86-64 (`amd64`), ARMv7 32-bit (`arm32v7` :warning: MariaDB/Mysql docker images don't support it) and ARMv8 64-bit (`arm64v8`)
2327

2428

25-
## What is Dolibarr ?
26-
27-
Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...).
28-
29-
> [More information](https://github.com/dolibarr/dolibarr)
30-
3129

3230
## How to run this image ?
3331

@@ -38,7 +36,7 @@ Let's use [Docker Compose](https://docs.docker.com/compose/) to integrate it wit
3836
If you want to have a persistent database and dolibarr data files after reboot or upgrade, you must first
3937
create a directory /home/mariadb_data, /home/dolibarr_data and /home/dolibarr_custom on you host to store persistent files.
4038

41-
`mkdir /home/mariadb_data; mkdir /home/dolibarr_data;`
39+
`mkdir /home/mariadb_data /home/dolibarr_data /home/dolibarr_custom;`
4240

4341
Then, create a `docker-compose.yml` file as following:
4442

README.template

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Dolibarr on Docker
22

3-
Docker image for Dolibarr ERP CRM Open source web suite.
3+
Docker image for Dolibarr ERP & CRM Open source web suite.
4+
5+
Dolibarr is a modern software package to manage your organization's activity (contacts, quotes, invoices, orders, stocks, agenda, hr, expense reports, accountancy, ecm, manufacturing, ...).
6+
7+
> [More information](https://github.com/dolibarr/dolibarr)
48

59

610
## Supported tags
@@ -16,12 +20,6 @@ Docker image for Dolibarr ERP CRM Open source web suite.
1620
Linux x86-64 (`amd64`), ARMv7 32-bit (`arm32v7` :warning: MariaDB/Mysql docker images don't support it) and ARMv8 64-bit (`arm64v8`)
1721

1822

19-
## What is Dolibarr ?
20-
21-
Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...).
22-
23-
> [More information](https://github.com/dolibarr/dolibarr)
24-
2523

2624
## How to run this image ?
2725

@@ -32,7 +30,7 @@ Let's use [Docker Compose](https://docs.docker.com/compose/) to integrate it wit
3230
If you want to have a persistent database and dolibarr data files after reboot or upgrade, you must first
3331
create a directory /home/mariadb_data, /home/dolibarr_data and /home/dolibarr_custom on you host to store persistent files.
3432

35-
`mkdir /home/mariadb_data; mkdir /home/dolibarr_data;`
33+
`mkdir /home/mariadb_data /home/dolibarr_data /home/dolibarr_custom;`
3634

3735
Then, create a `docker-compose.yml` file as following:
3836

0 commit comments

Comments
 (0)