Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek authored Apr 7, 2022
1 parent 849c28d commit 1976713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ GLOBAL OPTIONS:
Prunner can be started inside a container. There are a few things to consider:
* All tasks are executed in the container where prunner is running. Make sure to use a base image with the necessary dependencies.
* For graceful shutdown: Use `STOPSIGNAL SIGINT` in a custom docker image that runs prunner or start the docker container via `--stop-signal SIGINT`
* The data directory (defaults to `.prunner`) should be placed in a volume to persist restarts
* The dynamic config (defaults to `.prunner.yml`) should be placed in a volume or mounted from an existing file to allow
clients to generate correct JWT tokens based on the secret.
Expand Down

0 comments on commit 1976713

Please sign in to comment.