Skip to content

Commit

Permalink
Release 2.6-7.6.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 16, 2023
1 parent f8ce7ff commit 03c8d00
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.6-7.6.4 2023-11-16 <dave at tiredofit dot ca>

### Changed
- Restore READONLY_USER_* variables on database initial creation


## 2.6-7.6.3 2023-07-31 <dave at tiredofit dot ca>

### Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,17 +283,17 @@ docker exec -it (whatever your container name is) bash
These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community.
### Usage
- The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image.
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support
- [Sponsor me](https://tiredofit.ca/sponsor) for personalized support
### Bugfixes
- Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order.

### Feature Requests
- Feel free to submit a feature request, however there is no guarantee that it will be added, or at what timeline.
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) regarding development of features.
- [Sponsor me](https://tiredofit.ca/sponsor) regarding development of features.

### Updates
- Best effort to track upstream changes, More priority if I am actively using the image in a production environment.
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases.
- [Sponsor me](https://tiredofit.ca/sponsor) for up to date releases.

## License
MIT. See [LICENSE](LICENSE) for more details.
Expand Down
1 change: 0 additions & 1 deletion examples/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ services:
- ENABLE_BACKUP=TRUE
- BACKUP_INTERVAL=0400
- BACKUP_RETENTION=10080

networks:
- services
restart: always
Expand Down
2 changes: 1 addition & 1 deletion install/assets/slapd/config/bootstrap/default/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ done

transform_file_var \
ADMIN_PASS \
READONLY_USER_USER
READONLY_USER_USER \
READONLY_USER_PASS

ADMIN_PASS_ENCRYPTED=$(slappasswd -s "${ADMIN_PASS}")
Expand Down

0 comments on commit 03c8d00

Please sign in to comment.