1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update nifi

This commit is contained in:
kev 2022-08-22 11:04:57 +08:00
parent ca05da06f6
commit fb5bd798d4
2 changed files with 3 additions and 3 deletions

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
nifi: nifi:
image: apache/nifi:1.15.3 image: apache/nifi:1.17.0
ports: ports:
- "8080:8080" - "8080:8080"
- "8082:8082" - "8082:8082"

@ -3,7 +3,7 @@ version: "3.8"
services: services:
nifi: nifi:
image: apache/nifi:1.15.3 image: apache/nifi:1.17.0
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
@ -25,7 +25,7 @@ services:
restart: unless-stopped restart: unless-stopped
registry: registry:
image: apache/nifi-registry:1.15.3 image: apache/nifi-registry:1.17.0
ports: ports:
- "18080:18080" - "18080:18080"
volumes: volumes: