Compare commits

..

1 Commits

Author SHA1 Message Date
Kay Thomas
5a5660c361 Merge pull request #14 from kaythomas0/dev
v0.2.0
2022-04-17 16:22:30 -07:00

View File

@@ -68,5 +68,4 @@ function onListening () {
? 'pipe ' + addr ? 'pipe ' + addr
: 'port ' + addr.port : 'port ' + addr.port
logger.log('info', 'Listening on %s', bind) 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.')
} }