Commit e556b7d2 authored by Noel Alonso's avatar Noel Alonso
Browse files

Configura volumen security como external

parent 1f62c8e0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -28,7 +28,4 @@ volumes:
  security-vol:
    name: ${SECURITY_VOL_NAME}
    driver: local
    driver_opts:
      type: ${VOL_TYPE}
      o: addr=${VOL_ADDR},${VOL_OPTIONS}
      device: ${SECURITY_VOL_DEVICE:-:/nifi-security-vol/}
    external: true
+1 −2
Original line number Diff line number Diff line
@@ -29,5 +29,4 @@ volumes:
  security-vol:
    name: ${SECURITY_VOL_NAME}
    driver: 'cloudstor:aws'
    driver_opts:
      backing: shared
    external: true