From 3ea03c92db682b08e4eae626cc58ff3c8de29dec Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 17 Apr 2022 16:12:35 -0700 Subject: [PATCH] Add warning message --- server/bin/www.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/bin/www.js b/server/bin/www.js index dbea03e..52e5f9a 100644 --- a/server/bin/www.js +++ b/server/bin/www.js @@ -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.') }