Hi all,

I'm trying to start a simple unsecured Nifi instance in a container as part of 
a larger docker compose stack and I'm stuck with an error regarding the TLS 
configuration and/or keystore properties. Here is the relevant part of my 
docker-compose file... what am I missing? Please make me feel stupid 😉

 nifi:
        image: apache/nifi:latest
        # command:
        ports:
            - "8080:8080"
            - "10000:10000"

        restart: always
        command:
            /bin/bash
        environment:
            NIFI_REMOTE_INPUT_HOST: 0.0.0.0
            NIFI_WEB_HTTP_HOST: 0.0.0.0
            SINGLE_USER_CREDENTIALS_USERNAME: admin
            SINGLE_USER_CREDENTIALS_PASSWORD: some_password
            NIFI_WEB_HTTP_PORT: 8080
            AUTH: none




Jean-Sébastien Vachon
Co-Founder & Architect
Brizo Data, Inc.
www.brizodata.com<https://outlook.office365.com/mail/options/mail/messageContent/www.brizodata.com>

Reply via email to