File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88<!-- markdownlint-configure-file { "MD024": { "allow_different_nesting": true } } -->
99
10+ ## [ 3.2.1] 2023-08-24
11+
12+ ### Changed
13+
14+ - Rename the ` compose.tuxgasy.override.yml ` file to ` compose.tuxgasy.override.yaml `
15+
16+ ### Fixed
17+
18+ - Bad secret names for cron
19+
1020## [ 3.2.0] 2023-08-23
1121
1222### Changed
1323
14- - Rename the ` docker-compose.*.yml ` files to ` compose.*.yml `
24+ - Rename the ` docker-compose.*.yml ` files to ` compose.*.yaml `
1525- Use [ ` extends ` attribute] ( https://docs.docker.com/compose/compose-file/05-services/#extends ) to refactor dolibarr and
1626 cron services
1727
@@ -85,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8595
8696- Docker-compose setup for starting Dolibarr with Træfik.
8797
98+ [ 3.2.1 ] : https://github.com/solution-libre/docker-dolibarr/compare/v3.2.0...v3.2.1
8899[ 3.2.0 ] : https://github.com/solution-libre/docker-dolibarr/compare/v3.1.0...v3.2.0
89100[ 3.1.0 ] : https://github.com/solution-libre/docker-dolibarr/compare/v3.0.0...v3.1.0
90101[ 3.0.0 ] : https://github.com/solution-libre/docker-dolibarr/compare/v2.1.0...v3.0.0
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ services:
88 file : ../compose.base.yaml
99 service : base
1010 secrets :
11- - dolibarr-admin-password
12- - dolibarr-admin -user
11+ - dolibarr-cron-key
12+ - dolibarr-cron -user
1313
1414 dolibarr :
1515 environment :
You can’t perform that action at this time.
0 commit comments