Skip to content

Commit a06c57b

Browse files
v3.2.1
1 parent 7ae4618 commit a06c57b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

compose.tuxgasy.override.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)