From c2088c6f54f5bcba0f5912c91dac302554b82519 Mon Sep 17 00:00:00 2001 From: moqiruyi Date: Wed, 17 Jun 2026 21:20:37 +0800 Subject: [PATCH] chore(n9e): update nightingale image to 9.0.0-beta.3 --- n9e/compose-pgsql/stack.yml | 6 ++---- n9e/readme.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/n9e/compose-pgsql/stack.yml b/n9e/compose-pgsql/stack.yml index c60e959..8574665 100644 --- a/n9e/compose-pgsql/stack.yml +++ b/n9e/compose-pgsql/stack.yml @@ -2,9 +2,7 @@ networks: nightingale: driver: bridge - services: - redis: image: "redis:8-alpine" container_name: redis @@ -18,7 +16,7 @@ services: - nightingale nightingale: - image: flashcatcloud/nightingale:8.5.0 + image: flashcatcloud/nightingale:9.0.0-beta.3 container_name: nightingale hostname: nightingale restart: always @@ -38,4 +36,4 @@ services: links: - redis:redis command: > - sh -c "/app/n9e" \ No newline at end of file + sh -c "/app/n9e" diff --git a/n9e/readme.md b/n9e/readme.md index 04fbf35..1397909 100644 --- a/n9e/readme.md +++ b/n9e/readme.md @@ -13,4 +13,4 @@ compose-pgsql 目录下是 postgresql 版本 ### 注意事项 - 请根据实际情况选择合适的版本进行安装部署。 - 请先复制 compose-* 目录下的文件到目标目录。并修改其中的环境变量和配置文件。 -- 防止使用默认值导致的安全问题。 \ No newline at end of file +- 防止使用默认值导致的安全问题。