Skip to content

Commit

Permalink
docs(readme): clarify what is HEALTH_SERVER_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 3, 2024
1 parent 0b02f16 commit 5206be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Restart your unhealthy containers safely
| --- | --- | --- | --- | --- |
| `DOCKER_HOST` | `--docker-host` | Default Docker socket location | Docker host value | Docker host value such as `unix:///var/run/docker.sock` or `tcp://socket-proxy:2375` |
| `LOG_LEVEL` | `--log-level` | `info` | `debug`, `info`, `warning`, `error` | Logging level |
| `HEALTH_SERVER_ADDRESS` | `--health-server-address` | `127.0.0.1:9999` | Valid address | Health server listening address |
| `HEALTH_SERVER_ADDRESS` | `--health-server-address` | `127.0.0.1:9999` | Valid address | Internal health http server listening address. Nothing to do with restarting unhealthy containers. |
| `TZ` | N/A | `America/Montreal` | *string* | Timezone |

## Safety
Expand Down

0 comments on commit 5206be0

Please sign in to comment.