From 2ad71017f9858337a4828e7ae434b595c61654b5 Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Sat, 24 May 2025 14:17:22 +0800 Subject: [PATCH] Update 1panel.md --- docs/en/installation/1panel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/1panel.md b/docs/en/installation/1panel.md index 67a246a..ca4bf76 100644 --- a/docs/en/installation/1panel.md +++ b/docs/en/installation/1panel.md @@ -107,7 +107,7 @@ services: redis: image: redis:7-alpine - command: redis-server --unixsocket /data/redis.sock --unixsocketperm 777 --save 900 1 --save 300 10 --save 60 10000 + command: redis-server --unixsocket /data/redis.sock --unixsocketperm 777 restart: unless-stopped networks: - 1panel-network