Add below parameters in docker-compose-cluster.yml
version: "3"
services:
nifiserver:
image: nutthaphon/nifi:1.9.2-jdk8
#restart: always
container_name: nifiserver
hostname: nifiserver
working_dir: "/program/nifi/nifi-1.9.2"
#stdin_open: true
#tty: true
ports:
# SSH
- "2225:22"
# HTTP
- "8080:8080"
# HTTPS
- "9443:9443"
# Remote Input Socket
- "10443:10443"
volumes:
- bigdata-program:/program
volumes:
bigdata-program:
driver: local
driver_opts:
o: bind
type: none
device: /home/nutt/Docker/bigdata
Content type
Image
Digest
Size
94 MB
Last updated
about 7 years ago
docker pull nutthaphon/nifi:1.9.2-jdk8