diff --git a/README.md b/README.md index 31faebf..0e60fcb 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + * Adjust these values in your `.env` file based on your network conditions and reliability requirements diff --git a/images/flic-button-request.png b/images/flic-button-request.png index 087b4f8..0f609d9 100644 Binary files a/images/flic-button-request.png and b/images/flic-button-request.png differ