From b5c585b43f1a53a1235d7f5793a1e7b0fdbe925b Mon Sep 17 00:00:00 2001 From: sinkaroid Date: Tue, 18 Apr 2023 14:42:27 +0700 Subject: [PATCH] chore: bump USER_AGENT on docker run example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 851ebdd..b442b97 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The motivation of this project is to bring you an actionable data related to por --- - + - [Lustpress](#) - [The problem](#the-problem) @@ -108,7 +108,7 @@ docker run -d \ -p 3000:3000 \ -e REDIS_URL='redis://default:somenicepassword@redis-666.c10.us-east-6-6.ec666.cloud.redislabs.com:1337' \ -e EXPIRE_CACHE='1' \ - -e USER_AGENT='lustpress/1.0.5 Node.js/16.9.1' \ + -e USER_AGENT='lustpress/1.6.1 Node.js/16.9.1' \ ghcr.io/sinkaroid/lustpress:latest ```