UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
apache
nifi
Compare Revisions
afa57cf10cc4204195ec6ba8b848fc08482ecba7...e4a2471c7a8181722f2d02c36d904db08d10576c
Commits (2)
removed volumes
· 8590d4fe
Jacob Rohlman
authored
Aug 12, 2021
8590d4fe
Merge branch 'updateBranch' into 'development'
· e4a2471c
Jacob Rohlman
authored
Aug 12, 2021
removed volumes See merge request
!42
e4a2471c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
Dockerfile
Dockerfile
+0
-8
No files found.
Dockerfile
View file @
e4a2471c
...
@@ -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
...
...