We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9659924 commit afda654Copy full SHA for afda654
README.md
@@ -101,7 +101,7 @@ docker run -d \
101
--name server \
102
-p 4000:4000 \
103
-e DATABASE_URL='mysql://root:123456@db:3306/wewe-rss?schema=public&connect_timeout=30&pool_timeout=30&socket_timeout=30' \
104
- -e AUTH_CODE="123567" \
+ -e AUTH_CODE=123567 \
105
-e MAX_REQUEST_PER_MINUTE=60 \
106
-e SERVER_ORIGIN_URL="http://localhost:4000" \
107
cooderl/wewe-rss-server:latest
0 commit comments