2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 23:46:33 +01:00
This commit is contained in:
kev
2020-08-18 15:45:13 +08:00
parent 7845014d1c
commit 0193fdb003
3 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
nifi:
image: apache/nifi
image: apache/nifi:1.11.4
ports:
- "8080:8080"
- "8082:8082"

View File

@@ -3,7 +3,7 @@ version: "3.8"
services:
nifi:
image: apache/nifi:1.10.0
image: apache/nifi:1.11.4
ports:
- "8080:8080"
volumes:
@@ -22,7 +22,7 @@ services:
restart: unless-stopped
registry:
image: apache/nifi-registry:0.6.0
image: apache/nifi-registry:0.7.0
ports:
- "18080:18080"
volumes: