Removing nag screen on 1st launch

Hello,
For my app, I am creating a specific docker container with a set of predefined flows.
After each deployment or upgrade of the container, I get a nag screen "Welcome to nodered"... Is there a way to disable this?
In my use case, the flows deployed shouldn't be change so there is no need to welcome the user :slight_smile:
Thanks!

It can be disabled in your settings.js file

        /** To disable the 'Welcome to Node-RED' tour that is displayed the first
         * time you access the editor for each release of Node-RED, set this to false
         */
        //tours: false,

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.