Add warning message

This commit is contained in:
Kevin Thomas
2022-04-17 16:12:35 -07:00
parent f1db1883f7
commit 3ea03c92db

View File

@@ -68,4 +68,5 @@ function onListening () {
? 'pipe ' + addr
: 'port ' + addr.port
logger.log('info', 'Listening on %s', bind)
logger.log('info', 'WARNING, IMPORTANT: It looks like you are using the kevinthomas0/noisedash docker image. Please update your image to noisedash/noisedash. The kevinthomas0/noisedash image will no longer receive updates.')
}