UNCLASSIFIED

Commit 9946fa49 authored by riveraj's avatar riveraj
Browse files

Merge branch 'development' into 'master'

Issue #28 Dockerfile Volume Definitions

See merge request !43
parents c648ddd5 e4a2471c
Pipeline #464108 failed with stages
in 1 minute and 34 seconds
...@@ -44,14 +44,6 @@ RUN chown -R nifi:nifi ${NIFI_BASE_DIR} && \ ...@@ -44,14 +44,6 @@ RUN chown -R nifi:nifi ${NIFI_BASE_DIR} && \
USER ${USER} USER ${USER}
WORKDIR ${NIFI_HOME} WORKDIR ${NIFI_HOME}
VOLUME ${NIFI_LOG_DIR} \
${NIFI_HOME}/conf \
${NIFI_HOME}/database_repository \
${NIFI_HOME}/flowfile_repository \
${NIFI_HOME}/content_repository \
${NIFI_HOME}/provenance_repository \
${NIFI_HOME}/state
# Web HTTP(s) & Socket Site-to-Site Ports # Web HTTP(s) & Socket Site-to-Site Ports
EXPOSE 8080 8443 10000 8000 EXPOSE 8080 8443 10000 8000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment