forked from DevOps/deploy.stack
chore(n9e): update nightingale image to 9.0.0-beta.3
This commit is contained in:
@@ -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"
|
||||
sh -c "/app/n9e"
|
||||
|
||||
Reference in New Issue
Block a user