1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/nifi/arm/docker-compose.yml

7 lines
96 B
YAML
Raw Normal View History

2018-02-03 01:59:36 +00:00
nifi:
image: easypi/nifi-arm
ports:
- "8080:8080"
- "10000:10000"
restart: always