Skip to content

Commit 8120e33

Browse files
committed
feat: update dolibarr
1 parent b9797c9 commit 8120e33

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

stacks/dolibarr.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# DOMAIN=example.com docker stack deploy -c dolibarr.yml dolibarr
2+
# chown -R 33:33 data documents
3+
# wget https://github.com/Dolibarr/dolibarr/archive/20.0.1.tar.gz
24

35
services:
46
dolibarr:
5-
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.0}
7+
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.1}
68
environment:
79
- DOLI_DB_HOST=mariadb
810
- DOLI_DB_NAME=dolibarr

templates.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@
849849
"title": "Dolibarr",
850850
"description": "Dolibarr ERP & CRM est un progiciel web moderne et facile à utiliser pour la gestion de votre entreprise.",
851851
"categories": ["ERP"],
852+
"manual": true,
852853
"enabled": true,
853854
"trial": 7,
854855
"price": 19,
@@ -866,10 +867,9 @@
866867
"disabled": true
867868
},
868869
{
869-
"name": "INITIAL_ADMIN_PASSWORD",
870-
"label": "Initial admin password",
870+
"name": "ADMIN_PASSWORD",
871+
"label": "Admin password",
871872
"type": "password",
872-
"value": "dolibarr",
873873
"disabled": true
874874
}
875875
]

0 commit comments

Comments
 (0)