mirror of https://github.com/apache/nifi.git
Bump Docker Maven version for docker-compose file to 1.10
This closes #3323 Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
This commit is contained in:
parent
ed21d02fa7
commit
0ec69efe9a
|
@ -22,7 +22,7 @@ services:
|
|||
environment:
|
||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
||||
nifi:
|
||||
image: apache/nifi:1.8.0-SNAPSHOT-dockermaven
|
||||
image: apache/nifi:1.10.0-SNAPSHOT-dockermaven
|
||||
ports:
|
||||
- 8080 # Unsecured HTTP Web Port
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue