@@ -104,9 +104,8 @@ services:
104104 - ../nifi/drivers:/opt/nifi/drivers
105105
106106 # INFO: if there are local changes, map these content from local host to container
107- # (normally, these 3 directories below are bundled with our NiFi image)
107+ # (normally, these directories below are bundled with our NiFi image)
108108 # N.B. The container user may not have the permission to read these directories/files.
109- - ../nifi/user_templates:/opt/nifi/user_templates:rw
110109 - ../nifi/user_scripts:/opt/nifi/user_scripts:rw
111110 - ../nifi/user_schemas:/opt/nifi/user_schemas:rw
112111
@@ -120,7 +119,7 @@ services:
120119 - ../security/scripts/nifi_create_single_user_auth.sh:/opt/nifi/nifi-current/security_scripts/nifi_create_single_user_auth.sh:ro
121120
122121 # # Nifi properties file:
123- - ../nifi/conf/:/opt/nifi/nifi-current/conf/:rw
122+ - ../nifi/conf/:/opt/nifi/nifi-current/conf/:ro
124123
125124 # this is where you should place data to be ingested, under the form of symbolic
126125 - ./${NIFI_DATA_PATH:-../data/}:/data/:rw
@@ -186,7 +185,7 @@ services:
186185 cpus : " ${NIFI_REGISTRY_DOCKER_CPU_MIN}"
187186 memory : " ${NIFI_REGISTRY_DOCKER_RAM}"
188187 volumes :
189- - ../nifi/nifi-registry/:/opt/nifi-registry/nifi-registry-current/conf/:rw
188+ - ../nifi/nifi-registry/:/opt/nifi-registry/nifi-registry-current/conf/:ro
190189 - ../security:/security:ro
191190
192191 - nifi-registry-vol-database:/opt/nifi-registry/nifi-registry-current/database
0 commit comments