Skip to content

Commit a9ccaa9

Browse files
committed
feat: update dolibarr
1 parent b9797c9 commit a9ccaa9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stacks/dolibarr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# DOMAIN=example.com docker stack deploy -c dolibarr.yml dolibarr
2+
# chown -R 33:33 data documents
23

34
services:
45
dolibarr:
5-
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.0}
6+
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.1}
67
environment:
78
- DOLI_DB_HOST=mariadb
89
- DOLI_DB_NAME=dolibarr

templates.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,9 @@
866866
"disabled": true
867867
},
868868
{
869-
"name": "INITIAL_ADMIN_PASSWORD",
870-
"label": "Initial admin password",
869+
"name": "ADMIN_PASSWORD",
870+
"label": "Admin password",
871871
"type": "password",
872-
"value": "dolibarr",
873872
"disabled": true
874873
}
875874
]

0 commit comments

Comments
 (0)