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