diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d38537..7867683 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.6-7.6.4 2023-11-16 + + ### Changed + - Restore READONLY_USER_* variables on database initial creation + + ## 2.6-7.6.3 2023-07-31 ### Added diff --git a/README.md b/README.md index 22cabd1..943dd1d 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/examples/compose.yml b/examples/compose.yml index c722774..6fa6910 100755 --- a/examples/compose.yml +++ b/examples/compose.yml @@ -50,7 +50,6 @@ services: - ENABLE_BACKUP=TRUE - BACKUP_INTERVAL=0400 - BACKUP_RETENTION=10080 - networks: - services restart: always diff --git a/install/assets/slapd/config/bootstrap/default/default.sh b/install/assets/slapd/config/bootstrap/default/default.sh index e146eb5..2fe8314 100755 --- a/install/assets/slapd/config/bootstrap/default/default.sh +++ b/install/assets/slapd/config/bootstrap/default/default.sh @@ -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}")