File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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
2
4
3
5
services :
4
6
dolibarr :
5
- image : ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.0 }
7
+ image : ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.1 }
6
8
environment :
7
9
- DOLI_DB_HOST=mariadb
8
10
- DOLI_DB_NAME=dolibarr
Original file line number Diff line number Diff line change 849
849
"title" : " Dolibarr" ,
850
850
"description" : " Dolibarr ERP & CRM est un progiciel web moderne et facile à utiliser pour la gestion de votre entreprise." ,
851
851
"categories" : [" ERP" ],
852
+ "manual" : true ,
852
853
"enabled" : true ,
853
854
"trial" : 7 ,
854
855
"price" : 19 ,
866
867
"disabled" : true
867
868
},
868
869
{
869
- "name" : " INITIAL_ADMIN_PASSWORD " ,
870
- "label" : " Initial admin password" ,
870
+ "name" : " ADMIN_PASSWORD " ,
871
+ "label" : " Admin password" ,
871
872
"type" : " password" ,
872
- "value" : " dolibarr" ,
873
873
"disabled" : true
874
874
}
875
875
]
You can’t perform that action at this time.
0 commit comments