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

a few updates #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

a few updates #7

wants to merge 4 commits into from

Conversation

kquinsland
Copy link

  • fixed a discrepancy between example docker-compose
  • removed old curl URL and replaced with countdown
  • updated readme to reflect
  • removed the default --exclude statement as it was generating errors on startup

update mount path to match README.MD
Update curl path to use *new* API; caller no longer can choose which signal is sent to the container, just a count-down timer (in seconds)

See: https://docs.docker.com/engine/api/v1.39/#operation/ContainerRestart
remove the `--exclude` parameter, was causing `Error in `exclude' regular expression.` error.
update readme to reflect time
@@ -8,7 +8,7 @@ set -e
CURL_OPTIONS_DEFAULT=
SIGNAL_DEFAULT="SIGHUP"
INOTIFY_EVENTS_DEFAULT="create,delete,modify,move"
INOTIFY_OPTONS_DEFAULT='--monitor --exclude=*.sw[px]'
INOTIFY_OPTONS_DEFAULT='--monitor'
Copy link

Choose a reason for hiding this comment

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

Could you also update the typo here? s/INOTIFY_OPTONS/INOTIFY_OPTIONS/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants