From afda6542431aebe9ebaa5efcdd094df1125c7be2 Mon Sep 17 00:00:00 2001 From: cooder Date: Thu, 29 Feb 2024 15:09:29 +0800 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8a136..d439d34 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ docker run -d \ --name server \ -p 4000:4000 \ -e DATABASE_URL='mysql://root:123456@db:3306/wewe-rss?schema=public&connect_timeout=30&pool_timeout=30&socket_timeout=30' \ - -e AUTH_CODE="123567" \ + -e AUTH_CODE=123567 \ -e MAX_REQUEST_PER_MINUTE=60 \ -e SERVER_ORIGIN_URL="http://localhost:4000" \ cooderl/wewe-rss-server:latest