From 937c2548400889d473931d6384b4f62e1b2510bb Mon Sep 17 00:00:00 2001 From: AKEBI-NUKUI <132581172+AKEBI-NUKUI@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:43:08 +0800 Subject: [PATCH 1/2] Update README.md fix the umami command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb02b6..2bbcb5c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ docker-compose up 1. Copy the [docker-compose.umami.yml](docker%2Fdocker-compose.umami.yml) file to the root of your project. ```bash -docker-compose up -f docker-compose.umami.yml +docker-compose -f docker-compose.umami.yml up ``` ## Vercel From 202b1ea64dac9bffeea6f37fc6b41b7e6c9cc3e8 Mon Sep 17 00:00:00 2001 From: AKEBI-NUKUI <132581172+AKEBI-NUKUI@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:37:30 +0800 Subject: [PATCH 2/2] Update install.md Fixed the change of redis passwd --- doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index 0568560..ec6380e 100644 --- a/doc/install.md +++ b/doc/install.md @@ -18,7 +18,7 @@ mkdir redis && cd redis ``` - `redis.conf` 865 行,修改 `{your_password}` 的值为你的密码,这个为 vortex 连接密码。 -- `redis.conf` 1045 行,修改 `requirepass {your_password}` 的值为你的密码。 +- `redis.conf` 1045 行,修改 `requirepass {your_password}` 中的`{your_password}`为你的密码。 启动容器 需要开放两个端口,一个是 vortex 面板的端口,一个是 redis 的端口,agent 会连接 redis。