From e23f81115077ef05d2146ee4399378048e3e127f Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 29 Jul 2026 19:44:50 +0800 Subject: [PATCH] chore(n9e): update nightingale image to 9.0.0 --- n9e/compose-pgsql/compose.yml | 6 +++--- n9e/compose-pgsql/stack.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/n9e/compose-pgsql/compose.yml b/n9e/compose-pgsql/compose.yml index 3dcba63..018b5de 100644 --- a/n9e/compose-pgsql/compose.yml +++ b/n9e/compose-pgsql/compose.yml @@ -49,9 +49,9 @@ services: - nightingale command: - "--loggerTimezone=Asia/Shanghai" - + nightingale: - image: flashcatcloud/nightingale:8.5.0 + image: flashcatcloud/nightingale:9.0.0 container_name: nightingale hostname: nightingale restart: always @@ -100,4 +100,4 @@ services: # depends_on: # - nightingale # links: - # - nightingale:nightingale \ No newline at end of file + # - nightingale:nightingale diff --git a/n9e/compose-pgsql/stack.yml b/n9e/compose-pgsql/stack.yml index 6079740..4a3ca4e 100644 --- a/n9e/compose-pgsql/stack.yml +++ b/n9e/compose-pgsql/stack.yml @@ -16,7 +16,7 @@ services: - nightingale nightingale: - image: flashcatcloud/nightingale:9.0.0-beta.3 + image: flashcatcloud/nightingale:9.0.0 container_name: nightingale hostname: nightingale restart: always