Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a note about reloading the configuration when running within docker #448

Merged
merged 2 commits into from
May 9, 2022

Conversation

leviwilson
Copy link
Contributor

This pull request modifies the documentation regarding the automatic configuration file reloading when running within a docker container, since you need to mount the directory in rather than the file itself in order for viper to see the configuration changes.

@leviwilson leviwilson requested a review from a team May 6, 2022 14:34
README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a small tweak to the wording, but otherwise great. Thanks for the contribution @leviwilson 👍🏻

@MikeGoldsmith MikeGoldsmith merged commit 5e16407 into honeycombio:main May 9, 2022
@MikeGoldsmith MikeGoldsmith self-assigned this May 9, 2022
@MikeGoldsmith MikeGoldsmith added type: documentation version: no bump A PR with maintenance or doc changes that aren't included in a release. labels May 9, 2022
kentquirk added a commit that referenced this pull request May 17, 2022
## 1.14.1 2022-05-16

### Fixes

- Fix crash bug related to sharding (#455) | [@kentquirk](https://github.com/kentquirk)

### Maintenance

- bump husky to 0.10.5 (#450) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Bump github.com/klauspost/compress from 1.15.2 to 1.15.4 (#451) | dependabot
- Bump github.com/tidwall/gjson from 1.14.0 to 1.14.1 (#444) | dependabot
- Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4 (#441) | dependabot

### Documentation

- add a note about reloading the configuration when running within docker (#448) | [@leviwilson](https://github.com/leviwilson)
- README: remove incorrect mention of sending SIGUSR1 to trigger a configuration reload (#447) | [@jharley](https://github.com/jharley)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation version: no bump A PR with maintenance or doc changes that aren't included in a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants