upgrade 5.9.2

This commit is contained in:
Ulric Qin 2022-06-15 14:40:43 +08:00
parent 8393b93c53
commit d2ef68daac
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ services:
sh -c "/wait && /app/ibex server" sh -c "/wait && /app/ibex server"
nwebapi: nwebapi:
image: ulric2019/nightingale:5.8.0 image: ulric2019/nightingale:5.9.2
container_name: nwebapi container_name: nwebapi
hostname: nwebapi hostname: nwebapi
restart: always restart: always
@ -107,7 +107,7 @@ services:
sh -c "/wait && /app/n9e webapi" sh -c "/wait && /app/n9e webapi"
nserver: nserver:
image: ulric2019/nightingale:5.8.0 image: ulric2019/nightingale:5.9.2
container_name: nserver container_name: nserver
hostname: nserver hostname: nserver
restart: always restart: always