Skip to content

Commit

Permalink
feat: update dolibarr
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Oct 22, 2024
1 parent b9797c9 commit a9ccaa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion stacks/dolibarr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# DOMAIN=example.com docker stack deploy -c dolibarr.yml dolibarr
# chown -R 33:33 data documents

services:
dolibarr:
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.0}
image: ${IMAGE:-dolibarr/dolibarr}:${VERSION:-20.0.1}
environment:
- DOLI_DB_HOST=mariadb
- DOLI_DB_NAME=dolibarr
Expand Down
5 changes: 2 additions & 3 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,10 +866,9 @@
"disabled": true
},
{
"name": "INITIAL_ADMIN_PASSWORD",
"label": "Initial admin password",
"name": "ADMIN_PASSWORD",
"label": "Admin password",
"type": "password",
"value": "dolibarr",
"disabled": true
}
]
Expand Down

0 comments on commit a9ccaa9

Please sign in to comment.