Using docker-compose

If you have docker-compose you can use this recipe as:version: ‘3’services:  presearch-auto-updater:    image: ‘presearch/node:latest’    restart: unless-stopped    environment:      REGISTRATION_CODE: ‘YOUR_REGISTRATION_CODE_HERE’    volumes:      – presearch-node-storage:/app/node
volumes:  presearch-node-storage:

Note: I saw this in the Telegram channel and have not tested it yet.