clean up
This commit is contained in:
@@ -89,7 +89,7 @@ It's designed to be run as a Docker container and integrated with Traefik v3 for
|
||||
This command runs the container in detached mode (`-d`), names it, connects it to the `traefik` network, passes environment variables from the `.env` file, applies the Traefik labels from the `labels` file, and mounts the `subscriptions.json` file into the container.
|
||||
|
||||
```bash
|
||||
docker run -rm -d --name flic-webhook-webpush \
|
||||
docker run --rm -d --name flic-webhook-webpush \
|
||||
--network traefik \
|
||||
--env-file .env \
|
||||
--label-file labels \
|
||||
@@ -244,4 +244,4 @@ If you receive a different response, refer to the Troubleshooting section below.
|
||||
* Subsequent retries use exponential backoff with jitter (starting from `NOTIFICATION_SUBSEQUENT_RETRY_DELAY_MS`, default 1000ms)
|
||||
* Maximum number of retries is controlled by `NOTIFICATION_MAX_RETRIES` (default 3)
|
||||
* This approach minimizes latency for transient DNS issues while preventing excessive requests for persistent problems
|
||||
* Adjust these values in your `.env` file based on your network conditions and reliability requirements
|
||||
* Adjust these values in your `.env` file based on your network conditions and reliability requirements
|
||||
|
||||
Reference in New Issue
Block a user